From d36324d1e6d17ae0ceaab8e0fb80669b57529036 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 7 Sep 2019 19:17:37 -0500 Subject: [PATCH] Minor edits. --- .config/sxhkd/sxhkdrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 50145f4..5c6190e 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -105,11 +105,11 @@ super + ctrl + shift + space # MOVE/RESIZE # expand a window by moving one of its side outward -super + alt + {h,j,k,l} +ctrl + alt + {h,j,k,l} bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0} # contract a window by moving one of its side inward -super + alt + shift + {h,j,k,l} +ctrl + alt + shift + {h,j,k,l} bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} # move a floating window @@ -123,8 +123,9 @@ super + {Left,Down,Up,Right} super + Return st # launch lynx web browser -super + alt + b - st -e lynx gopher://distro.tube +super + alt + l + st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss -vikeys gopher://distro.tube + # DMENU SCRIPTS (Alt+Ctrl+Key)