fullscreen waybar config

This commit is contained in:
2025-08-28 23:07:02 -05:00
parent cbc15cb42f
commit 47a987e762
+11 -5
View File
@@ -47,6 +47,14 @@ env = HYPRCURSOR_SIZE,18
### LOOK AND FEEL ### ### LOOK AND FEEL ###
##################### #####################
# Hide waybar in fullscreen
layerrule = blur, waybar
layerrule = opaque, waybar
layerrule = ignorealpha 0, waybar
layerrule = noanim, waybar
layerrule = nofocus, waybar
layerrule = noinput, waybar
# Refer to https://wiki.hyprland.org/Configuring/Variables/ # Refer to https://wiki.hyprland.org/Configuring/Variables/
# https://wiki.hyprland.org/Configuring/Variables/#general # https://wiki.hyprland.org/Configuring/Variables/#general
@@ -204,11 +212,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Screenshot to clipboard # Screenshot to clipboard
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
bind = $mainMod SHIFT, F, fullscreen # Toggle fullscreen
bind = $mainMod, F, fullscreen 0
# Example special workspace (scratchpad) bind = $mainMod SHIFT, F, fullscreen 1
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll # Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_down, workspace, e+1