summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.xinitrc2
-rw-r--r--.zsh/functions2
-rwxr-xr-xbin/keyboard (renamed from bin/keyboard.sh)0
-rwxr-xr-xbin/recolor (renamed from bin/recolor.sh)0
4 files changed, 2 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index 0387b4e..72f2018 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -4,7 +4,7 @@
xset r rate 400 50
# Load key bindings
-$HOME/bin/keyboard.sh
+$HOME/bin/keyboard
# Load Xresources to light colorscheme
xrdb $HOME/.Xresources/dark
diff --git a/.zsh/functions b/.zsh/functions
index fcc1e9c..2b43e1a 100644
--- a/.zsh/functions
+++ b/.zsh/functions
@@ -3,7 +3,7 @@
function colo {
# Change colors for current session
- $HOME/bin/recolor.sh < ~/.Xresources/$1
+ $HOME/bin/recolor < ~/.Xresources/$1
# Load Xresources file for future sessions
xrdb ~/.Xresources/$1
diff --git a/bin/keyboard.sh b/bin/keyboard
index 13a599f..13a599f 100755
--- a/bin/keyboard.sh
+++ b/bin/keyboard
diff --git a/bin/recolor.sh b/bin/recolor
index edd5fa5..edd5fa5 100755
--- a/bin/recolor.sh
+++ b/bin/recolor