diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:10:56 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:10:56 +0100 |
commit | 54b70dce613fd1658331181f82a45e494db62abc (patch) | |
tree | 171f8a17dddfc3093251233956dca416055c8070 /Window_Manager/ratpoison | |
parent | 451d372c24aed7349935afffce7055529700e8ad (diff) | |
download | dotfiles-54b70dce613fd1658331181f82a45e494db62abc.tar.gz dotfiles-54b70dce613fd1658331181f82a45e494db62abc.tar.bz2 dotfiles-54b70dce613fd1658331181f82a45e494db62abc.zip |
Remove panel delay
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 702ab68..7dc91d1 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -63,7 +63,7 @@ alias hideborder set border 0 # Panel ###################################### #alias barsend exec ~/.config/ratpoison/panel/windows -alias barsend exec echo 'Wclear' > /tmp/panel-fifo; ratpoison -c 'windows %s%n %t' | while read line;do echo "${line}" | cut -c -25 > /tmp/panel-fifo && sleep 0.004;done +alias barsend exec echo 'Wclear' > /tmp/panel-fifo; ratpoison -c 'windows %s%n %t' | while read line;do echo "${line}" | cut -c -25 > /tmp/panel-fifo;done # tell ratpoison to ignore panels unmanage feh @@ -108,7 +108,7 @@ bind V hsplit 2/3 bind s vsplit bind S vsplit 2/3 bind d remove -bind space exec alacritty +bind space exec kitty bind o only bind semicolon colon bind e exec @@ -171,13 +171,14 @@ definekey top KP_Enter exec ~/Dropbox/speech/run-duplex.sh #------------------------------------------------------------- # Volume Control #------------------------------------------------------------- -alias volup exec pactl set-sink-volume `pactl list sinks short | perl -ne '/^(\d*)/; $x=$1; END { print $x }'` +2% && volume -f 'V%i' > /tmp/panel-fifo +alias volup exec pactl set-sink-volume `pactl list sinks short | perl -ne '/^(\d*)/; $x=$1; END { print $x }'` +2% && volume -f 'V%i' > /tmp/panel-fifo alias voldown exec pactl set-sink-volume `pactl list sinks short | perl -ne '/^(\d*)/; $x=$1; END { print $x }'` -2% && volume -f 'V%i' > /tmp/panel-fifo alias spvolup exec pactl set-sink-input-volume `.config/ratpoison/get_spotify_sink` +2% alias spvoldown exec pactl set-sink-input-volume `.config/ratpoison/get_spotify_sink` -2% +definekey top XF86AudioRaiseVolume volup definekey top M-XF86AudioRaiseVolume spvolup definekey top s-Prior volup definekey top s-q volup |