...
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
e87742f705
commit
2edd381f2c
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
#service_respawn='true'
|
||||
service_respawn='true'
|
||||
service_command='/usr/bin/sxhkd'
|
||||
service_reload_signal='USR1'
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,4 +12,5 @@ use \
|
|||
prompt \
|
||||
helpers \
|
||||
local \
|
||||
shell
|
||||
shell \
|
||||
aliases
|
||||
|
|
Loading…
Reference in New Issue
Block a user