diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-01-23 14:57:09 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-01-23 14:57:09 +0000 |
commit | 383c789fe8f1392e52172069575fcc4cd56bc105 (patch) | |
tree | 7857624cbb221844c4d91f1880c6689637974ab9 /Window_Manager/ratpoison | |
parent | cf17236d01de6adc8282ad65c5da69c777fac52a (diff) | |
download | dotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.tar.gz dotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.tar.bz2 dotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.zip |
update notmuch when syncing male and make amixer mute work with pulse
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index ba3e793..f9e4e9c 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -156,13 +156,13 @@ definekey top s-c colon cont definekey top s-x colon stop definekey top s-f exec firefox -definekey top s-v exec chromium-dev +definekey top s-v exec vimb definekey top s-V exec mpv `xclip -o` --ytdl-format=22 definekey top s-h exec ~/.config/vimb/history-search #definekey top s-g exec gvim #definekey top s-l exec libreoffice -definekey top s-m exec mbsync -a && ratpoison -c 'echo Mail Synced' +definekey top s-m exec mbsync -a && notmuch new && ratpoison -c 'echo Mail Synced' #----------------------------------------------------- # Voice control @@ -189,7 +189,7 @@ definekey top s-Next voldown definekey top s-a voldown # Mute -alias voltoggle exec amixer -D sysdefault -D pulse set Master toggle && ratpoison -c "echo Sound: `amixer -D sysdefault get Master|awk '/Mono:/ {print $6}'`" +alias voltoggle exec amixer set Master toggle && ratpoison -c "echo Sound: `amixer -D sysdefault get Master|awk '/Mono:/ {print $6}'`" definekey top XF86AudioMute voltoggle definekey top s-Pause voltoggle |