From 9a5a4af5e9ad1791db8cdda2e3933b75eddff624 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 17:25:56 -0700 Subject: Fine tune some keybinds --- .config/sxhkd/sxhkdrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3ee3384..f422f76 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -22,7 +22,7 @@ super + Delete $TERMINAL -e htop # Screenshots. -{_,super, super + shift} + Print +{_,super + , super + shift + } Print $SSMGR {gui,full -c,full -p $SSPATH} # @@ -34,8 +34,8 @@ super + shift + {e,r} bspc {quit,wm -r} # Close and kill. -super + {_,shift + }q - bspc node -{c,k} +super + {shift + alt + ,shift + }q + bspc node -{k,c} # Alternate between the tiled and monocle layout. super + m @@ -82,7 +82,7 @@ super + brace{left,right} bspc desktop -f {prev,next}.local # Focus the last node/desktop. -super + {Tab,dead_acute} +super + {_,shift + } Tab bspc {node,desktop} -f last # Focus the older or newer node in the focus history. @@ -132,4 +132,5 @@ super + alt + {h,j,k,l} # Move a floating window. super + {Left,Down,Up,Right} - bspc node -v {-20 0,0 20,0 -20,20 0} + n=10; \ + bspc node -v {-$n 0,0 $n,0 -$n,$n 0} -- cgit v1.2.3-54-g00ecf