aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2018-01-23 14:57:09 +0000
committerVasil Zlatanov <v@skozl.com>2018-01-23 14:57:09 +0000
commit383c789fe8f1392e52172069575fcc4cd56bc105 (patch)
tree7857624cbb221844c4d91f1880c6689637974ab9
parentcf17236d01de6adc8282ad65c5da69c777fac52a (diff)
downloaddotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.tar.gz
dotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.tar.bz2
dotfiles-383c789fe8f1392e52172069575fcc4cd56bc105.zip
update notmuch when syncing male and make amixer mute work with pulse
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf6
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