diff options
-rwxr-xr-x | .xinitrc | 2 | ||||
-rw-r--r-- | .zsh/functions | 2 | ||||
-rwxr-xr-x | bin/keyboard (renamed from bin/keyboard.sh) | 0 | ||||
-rwxr-xr-x | bin/recolor (renamed from bin/recolor.sh) | 0 |
4 files changed, 2 insertions, 2 deletions
@@ -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 |