Move workspace to next monitor
This commit is contained in:
@@ -205,13 +205,15 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Move workspace to next monitor (right by default)
|
||||
bind = $mainMod SHIFT, TAB, movewindow, mon:+1
|
||||
|
||||
# Rotate screen with arrows //TODO: apply to 'current', don't change resolution, frame rate, or scale. Just Rotate
|
||||
bind = $mainMod SHIFT, up, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,0"
|
||||
bind = $mainMod SHIFT, down, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,2"
|
||||
bind = $mainMod SHIFT, left, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,1"
|
||||
bind = $mainMod SHIFT, right, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,3"
|
||||
|
||||
|
||||
# Screenshot to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user