Qutesearch no longer shows duplicates & other stuff

This commit is contained in:
2023-10-18 00:37:42 -04:00
parent b0c92ec7ea
commit 46b8dac231
5 changed files with 5 additions and 6 deletions

View File

@@ -142,8 +142,7 @@ alt + ctrl + shift + space
# move/resize
#
# Expand/contract a window by moving one of its side outward/inward
# Resize a window by moving one of its side outward/inward
alt + s ; {h,j,k,l,Left,Down,Up,Right}
STEP=20; SELECTION={1,2,3,4,1,2,3,4}; \
bspc node -z $(echo "left -$STEP 0,bottom 0 $STEP,top 0 -$STEP,right $STEP 0" | cut -d',' -f$SELECTION) || \