screen rotations

This commit is contained in:
2025-09-08 18:29:36 -05:00
parent 6ab6921376
commit 2d11ad875d
+6
View File
@@ -209,6 +209,12 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Rotate screen with arrows
bind = $mainMod SHIFT, up, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,0
bind = $mainMod SHIFT, down, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,2
bind = $mainMod SHIFT, left, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,1
bind = $mainMod SHIFT, right, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,3
# Screenshot to clipboard
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy