follow movement to new workspace and disable the buggy urxvt clicking
This commit is contained in:
parent
119f8a940b
commit
ef2b38c378
2 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
! * test-color-words16 — another color-displaying util (worth gist-ing).
|
||||
|
||||
!!! urxvt perl modules to load
|
||||
URxvt.perl-ext-common: clipboard,default,matcher,fullscreen
|
||||
URxvt.perl-ext-common: clipboard,default,fullscreen
|
||||
|
||||
|
||||
!!! Fonts
|
||||
|
@ -43,7 +43,6 @@ URxvt.keysym.M-v: perl:clipboard:paste
|
|||
|
||||
!!! yoink
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
URxvt.perl-ext: default,url-select
|
||||
URxvt.keysym.C-M-u: perl:url-select:select_next
|
||||
|
|
|
@ -31,7 +31,7 @@ super + {1-9}
|
|||
berryc switch_workspace {0-9}
|
||||
|
||||
super + shift + {1-9}
|
||||
berryc send_to_workspace {0-9}
|
||||
IN={0-9} && berryc send_to_workspace "$IN" && berryc switch_workspace "$IN"
|
||||
|
||||
super + m
|
||||
berryc window_monocle
|
||||
|
|
Loading…
Reference in a new issue