Browse Source

Removed mouse button close hotkey since now handled elsewhere.

master
Daniel Sissom 7 months ago
parent
commit
19e0d2dbf2
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 3 additions and 3 deletions
  1. + 3
    - 3
      sxhkd/sxhkdrc

+ 3
- 3
sxhkd/sxhkdrc

@ -102,7 +102,7 @@ alt + {_,shift} + Tab
# swap window with last focused window # swap window with last focused window
alt + apostrophe alt + apostrophe
bspc node --swap last
bspc node --swap last --follow
# send window to preselection # send window to preselection
alt + Return alt + Return
@ -261,8 +261,8 @@ button10
bspc node pointed --close bspc node pointed --close
# close window under pointer (Logitech MX Master 2S) # close window under pointer (Logitech MX Master 2S)
ctrl + alt + Tab
bspc node pointed --close
#ctrl + alt + Tab
#bspc node pointed --close
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Loading…
Cancel
Save