diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-10-26 23:25:39 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-10-26 23:25:39 +0100 |
commit | ba5fcd341b64714381323347abfc19d265e39bcf (patch) | |
tree | 4a15f1615429348b9e7b78974556975eb4672e4b /Window_Manager/ratpoison | |
parent | 39913f30f1acd41cd696ed64ffab5e1ac271e682 (diff) | |
download | dotfiles-ba5fcd341b64714381323347abfc19d265e39bcf.tar.gz dotfiles-ba5fcd341b64714381323347abfc19d265e39bcf.tar.bz2 dotfiles-ba5fcd341b64714381323347abfc19d265e39bcf.zip |
use new ratpoison features :)
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index 5ea542c..17add38 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -120,14 +120,10 @@ bind W exec sudo connman_dmenu bind g exec ~/bin/safeimg bind P exec ~/bin/safepaste -alias bordtoggle exec ~/.config/ratpoison/bordtoggle -alias bordscript exec ~/.config/ratpoison/borderscript alias paneltoggle exec ~/.config/ratpoison/paneltoggle - - - -addhook key bordscript +# autohide border when in fullscreen +set onlyborder 0 definekey top s-b bordtoggle definekey top s-p paneltoggle @@ -160,7 +156,7 @@ 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 chromium 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 |