Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-08-12 02:59:32 +03:00
parent e87742f705
commit 2edd381f2c
5 changed files with 10 additions and 4 deletions

View File

@ -67,3 +67,6 @@ super + comma
super + period super + period
amixer -c 0 set PCM 2dB+ amixer -c 0 set PCM 2dB+
shift + control + {1-9}
echo {11,12,13,14,15,16,17,18,19} > /tmp/penis

View File

@ -1,5 +1,5 @@
#!/usr/bin/env watchman #!/usr/bin/env watchman
#service_respawn='true' service_respawn='true'
service_command='/usr/bin/sxhkd' service_command='/usr/bin/sxhkd'
service_reload_signal='USR1' service_reload_signal='USR1'

View File

@ -43,7 +43,8 @@ set_misc_path \
"$HOME/.rvm/bin" \ "$HOME/.rvm/bin" \
"$HOME/games/bin" \ "$HOME/games/bin" \
"$HOME/.local/bin" \ "$HOME/.local/bin" \
"$HOME/.nails/bin" "$HOME/.nails/bin" \
"$HOME/.winepx/bin"
# GPG # GPG
GPG_TTY=$(tty) GPG_TTY=$(tty)

View File

@ -60,7 +60,8 @@ state_flags_color = default
main_window_color = default main_window_color = default
color1 = white color1 = white
color2 = green color2 = green
main_window_highlight_color = white current_item_prefix = "$(white)$r"
current_item_suffix = "$/r$(end)"
progressbar_color = black progressbar_color = black
progressbar_elapsed_color = default progressbar_elapsed_color = default
statusbar_color = default statusbar_color = default

View File

@ -12,4 +12,5 @@ use \
prompt \ prompt \
helpers \ helpers \
local \ local \
shell shell \
aliases