aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
commit71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch)
treedd7c3921d249151dc3179f015153b9f9833d9d73
parentc7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff)
Update
-rw-r--r--Makefile4
-rw-r--r--README.md2
-rw-r--r--X11/libinput/00-keyboard.conf (renamed from misc/libinput/00-keyboard.conf)0
-rw-r--r--X11/libinput/09-custom-kbd.conf (renamed from xorg/09-custom-kbd.conf)0
-rw-r--r--X11/libinput/30-touchpad.conf (renamed from misc/libinput/30-touchpad.conf)0
-rw-r--r--X11/mpd/ncmpcpp/.gitignore (renamed from mpd/ncmpcpp/.gitignore)0
-rw-r--r--X11/mpd/ncmpcpp/bindings (renamed from mpd/ncmpcpp/bindings)0
-rw-r--r--X11/mpd/ncmpcpp/config (renamed from mpd/ncmpcpp/config)0
-rw-r--r--X11/mpd/ncmpcpp/config.bak (renamed from mpd/ncmpcpp/config.bak)0
-rwxr-xr-xX11/mpd/ncmpcpp/cover.sh (renamed from mpd/ncmpcpp/cover.sh)0
-rwxr-xr-xX11/mpd/ncmpcpp/cover_obs.sh (renamed from mpd/ncmpcpp/cover_obs.sh)0
-rw-r--r--X11/mpd/ncmpcpp/default_cover.png (renamed from mpd/ncmpcpp/default_cover.png)bin42425 -> 42425 bytes
-rwxr-xr-xX11/mpd/ncmpcpp/scripts/album-art (renamed from mpd/ncmpcpp/scripts/album-art)0
-rw-r--r--X11/mpd/ncmpcpp/scripts/music.png (renamed from mpd/ncmpcpp/scripts/music.png)bin113344 -> 113344 bytes
-rwxr-xr-xX11/mpd/ncmpcpp/scripts/ncmpcpp-art (renamed from mpd/ncmpcpp/scripts/ncmpcpp-art)0
-rw-r--r--X11/mpd/ncmpcpp/tsession (renamed from mpd/ncmpcpp/tsession)0
-rwxr-xr-xmisc/kobo/settings.reader.lua (renamed from kobo/settings.reader.lua)0
-rw-r--r--misc/kobo/settings/gestures.lua (renamed from kobo/settings/gestures.lua)0
-rw-r--r--misc/systemd/wakeup.service (renamed from systemd/wakeup.service)0
-rw-r--r--web/stylelint.config.json5
20 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 41d22a8..555634e 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ crontab:
65 65
66# Swap Ctrl-Caps in X11 66# Swap Ctrl-Caps in X11
67libinput: 67libinput:
68 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 68 sudo ln -sf `pwd`/X11/libinput/* /etc/X11/xorg.conf.d/
69 69
70# Swap Ctrl-Caps in tty2~6 70# Swap Ctrl-Caps in tty2~6
71console: 71console:
@@ -104,7 +104,7 @@ alacritty:
104 ln -sf `pwd`/X11/alacritty ~/.config/alacritty 104 ln -sf `pwd`/X11/alacritty ~/.config/alacritty
105 105
106mpd: 106mpd:
107 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp 107 ln -sf `pwd`/X11/mpd/ncmpcpp ~/.config/ncmpcpp
108 rm -rf ~/.ncmpcpp 108 rm -rf ~/.ncmpcpp
109 109
110snippets: 110snippets:
diff --git a/README.md b/README.md
index 8843333..1ab9a10 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
1## Getting Started 1## Getting Started
2
2**via curl** 3**via curl**
4
3``` 5```
4curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash 6curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash
5 7
diff --git a/misc/libinput/00-keyboard.conf b/X11/libinput/00-keyboard.conf
index 4aa4ac7..4aa4ac7 100644
--- a/misc/libinput/00-keyboard.conf
+++ b/X11/libinput/00-keyboard.conf
diff --git a/xorg/09-custom-kbd.conf b/X11/libinput/09-custom-kbd.conf
index f2123ff..f2123ff 100644
--- a/xorg/09-custom-kbd.conf
+++ b/X11/libinput/09-custom-kbd.conf
diff --git a/misc/libinput/30-touchpad.conf b/X11/libinput/30-touchpad.conf
index b5d4424..b5d4424 100644
--- a/misc/libinput/30-touchpad.conf
+++ b/X11/libinput/30-touchpad.conf
diff --git a/mpd/ncmpcpp/.gitignore b/X11/mpd/ncmpcpp/.gitignore
index 397b4a7..397b4a7 100644
--- a/mpd/ncmpcpp/.gitignore
+++ b/X11/mpd/ncmpcpp/.gitignore
diff --git a/mpd/ncmpcpp/bindings b/X11/mpd/ncmpcpp/bindings
index d035f7f..d035f7f 100644
--- a/mpd/ncmpcpp/bindings
+++ b/X11/mpd/ncmpcpp/bindings
diff --git a/mpd/ncmpcpp/config b/X11/mpd/ncmpcpp/config
index e818015..e818015 100644
--- a/mpd/ncmpcpp/config
+++ b/X11/mpd/ncmpcpp/config
diff --git a/mpd/ncmpcpp/config.bak b/X11/mpd/ncmpcpp/config.bak
index eb3fff6..eb3fff6 100644
--- a/mpd/ncmpcpp/config.bak
+++ b/X11/mpd/ncmpcpp/config.bak
diff --git a/mpd/ncmpcpp/cover.sh b/X11/mpd/ncmpcpp/cover.sh
index 8fe8d4d..8fe8d4d 100755
--- a/mpd/ncmpcpp/cover.sh
+++ b/X11/mpd/ncmpcpp/cover.sh
diff --git a/mpd/ncmpcpp/cover_obs.sh b/X11/mpd/ncmpcpp/cover_obs.sh
index 032bd08..032bd08 100755
--- a/mpd/ncmpcpp/cover_obs.sh
+++ b/X11/mpd/ncmpcpp/cover_obs.sh
diff --git a/mpd/ncmpcpp/default_cover.png b/X11/mpd/ncmpcpp/default_cover.png
index c02d40b..c02d40b 100644
--- a/mpd/ncmpcpp/default_cover.png
+++ b/X11/mpd/ncmpcpp/default_cover.png
Binary files differ
diff --git a/mpd/ncmpcpp/scripts/album-art b/X11/mpd/ncmpcpp/scripts/album-art
index d852f34..d852f34 100755
--- a/mpd/ncmpcpp/scripts/album-art
+++ b/X11/mpd/ncmpcpp/scripts/album-art
diff --git a/mpd/ncmpcpp/scripts/music.png b/X11/mpd/ncmpcpp/scripts/music.png
index 3ded333..3ded333 100644
--- a/mpd/ncmpcpp/scripts/music.png
+++ b/X11/mpd/ncmpcpp/scripts/music.png
Binary files differ
diff --git a/mpd/ncmpcpp/scripts/ncmpcpp-art b/X11/mpd/ncmpcpp/scripts/ncmpcpp-art
index 38d34c1..38d34c1 100755
--- a/mpd/ncmpcpp/scripts/ncmpcpp-art
+++ b/X11/mpd/ncmpcpp/scripts/ncmpcpp-art
diff --git a/mpd/ncmpcpp/tsession b/X11/mpd/ncmpcpp/tsession
index e34d4b8..e34d4b8 100644
--- a/mpd/ncmpcpp/tsession
+++ b/X11/mpd/ncmpcpp/tsession
diff --git a/kobo/settings.reader.lua b/misc/kobo/settings.reader.lua
index ea3722a..ea3722a 100755
--- a/kobo/settings.reader.lua
+++ b/misc/kobo/settings.reader.lua
diff --git a/kobo/settings/gestures.lua b/misc/kobo/settings/gestures.lua
index a15d344..a15d344 100644
--- a/kobo/settings/gestures.lua
+++ b/misc/kobo/settings/gestures.lua
diff --git a/systemd/wakeup.service b/misc/systemd/wakeup.service
index 0a292d3..0a292d3 100644
--- a/systemd/wakeup.service
+++ b/misc/systemd/wakeup.service
diff --git a/web/stylelint.config.json b/web/stylelint.config.json
deleted file mode 100644
index dd59e54..0000000
--- a/web/stylelint.config.json
+++ /dev/null
@@ -1,5 +0,0 @@
1{
2 "extends": [
3 "stylelint-config-clean-order"
4 ]
5}