diff --git a/homedir/.config/bspwm/sxhkdrc b/homedir/.config/bspwm/sxhkdrc index 8ca8786..81c0335 100644 --- a/homedir/.config/bspwm/sxhkdrc +++ b/homedir/.config/bspwm/sxhkdrc @@ -67,3 +67,6 @@ super + comma super + period amixer -c 0 set PCM 2dB+ + +shift + control + {1-9} + echo {11,12,13,14,15,16,17,18,19} > /tmp/penis diff --git a/homedir/.config/watchman/init.d/sxhkd b/homedir/.config/watchman/init.d/sxhkd index ae71e76..ae65a18 100755 --- a/homedir/.config/watchman/init.d/sxhkd +++ b/homedir/.config/watchman/init.d/sxhkd @@ -1,5 +1,5 @@ #!/usr/bin/env watchman -#service_respawn='true' +service_respawn='true' service_command='/usr/bin/sxhkd' service_reload_signal='USR1' diff --git a/homedir/.config/zsh.d/modules/config b/homedir/.config/zsh.d/modules/config index 266d2f9..4cd50c0 100644 --- a/homedir/.config/zsh.d/modules/config +++ b/homedir/.config/zsh.d/modules/config @@ -43,7 +43,8 @@ set_misc_path \ "$HOME/.rvm/bin" \ "$HOME/games/bin" \ "$HOME/.local/bin" \ - "$HOME/.nails/bin" + "$HOME/.nails/bin" \ + "$HOME/.winepx/bin" # GPG GPG_TTY=$(tty) diff --git a/homedir/.ncmpcpp/config b/homedir/.ncmpcpp/config index 7a97c58..fae61ad 100644 --- a/homedir/.ncmpcpp/config +++ b/homedir/.ncmpcpp/config @@ -60,7 +60,8 @@ state_flags_color = default main_window_color = default color1 = white color2 = green -main_window_highlight_color = white +current_item_prefix = "$(white)$r" +current_item_suffix = "$/r$(end)" progressbar_color = black progressbar_elapsed_color = default statusbar_color = default diff --git a/homedir/.zshrc b/homedir/.zshrc index a3be78d..f92c2dc 100644 --- a/homedir/.zshrc +++ b/homedir/.zshrc @@ -12,4 +12,5 @@ use \ prompt \ helpers \ local \ - shell + shell \ + aliases