added music player shortcut and removed some useless keybinds
This commit is contained in:
@@ -39,21 +39,14 @@ bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, MINUS, togglespecialworkspace, scratch
|
||||
bind = $mainMod SHIFT, MINUS, movetoworkspacesilent, special:scratch
|
||||
|
||||
# Music workspace
|
||||
bind = $mainMod, m, togglespecialworkspace, music
|
||||
|
||||
# Resize floating windows with keyboard
|
||||
bind = $submod, left, resizeactive, -50 0
|
||||
bind = $submod, right, resizeactive, 50 0
|
||||
bind = $submod, down, resizeactive, 0 50
|
||||
bind = $submod, up, resizeactive, 0 -50
|
||||
bind = $submod SHIFT, left, moveactive, -50 0
|
||||
bind = $submod SHIFT, right, moveactive, 50 0
|
||||
bind = $submod SHIFT, down, moveactive, 0 50
|
||||
bind = $submod SHIFT, up, moveactive, 0 -50
|
||||
bind = $submod+ctrl , left, moveactive, -150 0
|
||||
bind = $submod+ctrl , right, moveactive, 150 0
|
||||
bind = $submod+ctrl , down, moveactive, 0 150
|
||||
bind = $submod+ctrl , up, moveactive, 0 -150
|
||||
bind = $submod ctrl, h, resizeactive, -50 0
|
||||
bind = $submod ctrl, l, resizeactive, 50 0
|
||||
bind = $submod ctrl, k, resizeactive, 0 50
|
||||
bind = $submod ctrl, j, resizeactive, 0 -50
|
||||
|
||||
# Change window positions with keyboard
|
||||
bind = $mainMod SHIFT, H, swapwindow, l
|
||||
|
||||
Reference in New Issue
Block a user