diff --git a/.Xresources b/.Xresources index b870943..80329b3 100644 --- a/.Xresources +++ b/.Xresources @@ -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 diff --git a/.config/berry/sxhkdrc b/.config/berry/sxhkdrc index 2c2136b..bff7c39 100755 --- a/.config/berry/sxhkdrc +++ b/.config/berry/sxhkdrc @@ -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