diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5b4cbcd..868de55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -203,9 +203,9 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -# gestures { -# workspace_swipe = false -# } +gestures { + workspace_swipe = false +} # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more diff --git a/hypr/windowrule.conf b/hypr/windowrule.conf index 177beec..7343682 100644 --- a/hypr/windowrule.conf +++ b/hypr/windowrule.conf @@ -1,9 +1,9 @@ # Librewolf Picture-in-Picture windowrulev2 = float, class:($browser),title:(Picture-in-Picture) windowrulev2 = pin, class:($browser),title:(Picture-in-Picture) -windowrule = opacity 1.0 override 1.0 override, class:($browser),title:(Picture-in-Picture) # Cheatsheet windowrulev2 = float, class:net.jeena.Cheatsheet windowrulev2 = center, class:net.jeena.Cheatsheet windowrulev2 = stayfocused, class:net.jeena.Cheatsheet +