fullscreen waybar config
This commit is contained in:
@@ -47,6 +47,14 @@ env = HYPRCURSOR_SIZE,18
|
||||
### 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/
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
@@ -204,11 +212,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
# Screenshot to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
bind = $mainMod SHIFT, F, fullscreen
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
# Toggle fullscreen
|
||||
bind = $mainMod, F, fullscreen 0
|
||||
bind = $mainMod SHIFT, F, fullscreen 1
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
||||
Reference in New Issue
Block a user