From 5f038c332db20020959522b0b9bdb5a8e37b430e Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 28 Aug 2025 23:18:04 -0500 Subject: [PATCH] fs config --- roy-config/hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index 3309963..b14e25d 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -212,9 +212,11 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Screenshot to clipboard bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -# Toggle fullscreen -bind = $mainMod, F, fullscreen 0 -bind = $mainMod SHIFT, F, fullscreen 1 +bind = $mainMod SHIFT, f, fullscreen + +# Example special workspace (scratchpad) +bind = $mainMod, S, togglespecialworkspace, magic +bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 @@ -252,7 +254,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # Ignore maximize requests from apps. You'll probably like this. -windowrulev2 = suppressevent maximize, class:.* +# windowrulev2 = suppressevent maximize, class:.* # Fix some dragging issues with XWayland windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0