MCSR macros and steam window rules

This commit is contained in:
2025-10-13 18:44:12 -07:00
parent 1fe456c77d
commit 1b2a3c6bcc
5 changed files with 47 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
# Window management
bind = SUPER, Q, killactive,
bind = SUPER, M, togglefloating,
bind = SUPER, M, centerwindow
bindr = SUPER, SUPER_L, exec, ~/.config/scripts/wofi-launch.sh
bind = SUPER, B, togglesplit
bind = SUPER_L, Q, killactive,
bind = SUPER_L, M, togglefloating,
bind = SUPER_L, M, centerwindow
bindr = SUPER, SUPER_L, exec, killall rofi || rofi -show drun
bind = SUPER_L, B, togglesplit
# Screen locking
bindl = SUPER, ESCAPE, exec, ~/.config/scripts/lock.sh
@@ -94,3 +94,25 @@ bind = SUPER SHIFT, COMMA, exec, pgrep slurp || hyprshot -o ~/Pictures/Screensho
bind = SUPER, SEMICOLON, exec, ~/.config/scripts/zoom.sh
bind = , XF86Display, exec, ~/.config/scripts/vnc-toggle.sh
bind = SHIFT, XF86Display, exec, killall gjs && ags run
# MCSR
# Thin macro
bind = , KP_DOWN, fullscreenstate, 0 2 set
bind = , KP_DOWN, setfloating
bind = , KP_DOWN, resizeactive, exact 400 1400
bind = , KP_DOWN, centerwindow
# Wide macro
bind = , KP_NEXT, fullscreenstate, 0 2 set
bind = , KP_NEXT, setfloating
bind = , KP_NEXT, resizeactive, exact 2560 400
bind = , KP_NEXT, centerwindow
# Tall macro
bind = , KP_END, fullscreenstate, 0 2 set
bind = , KP_END, setfloating
bind = , KP_END, resizeactive, exact 1950 16384
bind = , KP_END, movewindowpixel, exact 600 -7500, activewindow
bind = , KP_UP, exec, boateye.sh
windowrule = float, title:boateye.png
windowrule = size 500 500, title:boateye.png
windowrule = move 50 800, title:boateye.png