diff options
| author | Vasil Zlatanov <v@skozl.com> | 2017-04-19 21:39:12 +0200 | 
|---|---|---|
| committer | Vasil Zlatanov <v@skozl.com> | 2017-04-19 21:39:12 +0200 | 
| commit | 38535167b49fe25764471554dcedefde5cc94b83 (patch) | |
| tree | 85994b04bc53a4fdab9af3593ce7a2e232178aef /Window_Manager/ratpoison | |
| parent | 599356ac95e5188bc16470a3d12b64af8811f9f8 (diff) | |
| download | dotfiles-38535167b49fe25764471554dcedefde5cc94b83.tar.gz dotfiles-38535167b49fe25764471554dcedefde5cc94b83.tar.bz2 dotfiles-38535167b49fe25764471554dcedefde5cc94b83.zip | |
massive new latpop updates
Diffstat (limited to 'Window_Manager/ratpoison')
| -rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index d467bd1..4d592f4 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -1,12 +1,13 @@  #using jcs hacks  # info: C=control, M=meta/alt, s=super, S=shift, H = Hyper  # xnest for testing +  escape grave  definekey top s-grave meta  definekey top Arabic_dammatan meta -#set quiet 1 - +# Surpress 'Current Frame' +set framemsgwait -1  set historyexpansion 1 @@ -47,7 +48,7 @@ exec xsetroot -cursor_name left_ptr  #exec nitrogen --restore  #Border & Padding -alias showpanel set padding 0 48 0 0 +alias showpanel set padding 0 40 0 0  alias hidepanel set padding 0 0 0 0  showpanel @@ -139,7 +140,7 @@ alias cont exec pkill -CONT  # b : Open url -alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 chromium +alias browse_cmd exec .config/ratpoison/exec_to_workspace 2 chromium --start-fullscreen  --new-window https://google.com  alias browse colon browse_cmd   bind b browse  # B : open a new firefox tab and browse to the X clipboard selection @@ -159,7 +160,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 +definekey top s-v exec chromium --new-window --start-fullscreen  https://google.com   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 | 
