Browse Source

Changed binding to move window between monitors

nixos
Maxime Wack 5 years ago
parent
commit
912805f4c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/sxhkd/sxhkdrc

+ 1
- 1
.config/sxhkd/sxhkdrc View File

@@ -58,7 +58,7 @@ super + percent
bspc monitor -f next

# Move node to the other monitor
super + shift + m
super + shift + percent
win=`bspc query -N -n focused`; \
bspc node -m next; \
bspc monitor -f next; \


Loading…
Cancel
Save