This commit is contained in:
2025-12-20 20:10:07 -06:00
parent 18a2027919
commit 9f8964465e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
git-filter-repo git-filter-repo
go go
grim grim
jq
kdePackages.gwenview kdePackages.gwenview
minio-client minio-client
nodejs_22 nodejs_22
+2 -2
View File
@@ -205,8 +205,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Move workspace to next monitor (right by default) # Move workspace to next monitor (right)
bind = $mainMod SHIFT, TAB, movewindow, mon:+1 bind = $mainMod SHIFT, TAB, movecurrentworkspacetomonitor, r
# Rotate screen with arrows //TODO: apply to 'current', don't change resolution, frame rate, or scale. Just Rotate # 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, up, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,0"