diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8031195..10f9cf9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -10,7 +10,7 @@ exec-once = foot --server exec-once = gentoo-pipewire-launcher restart & exec-once = mpd exec-once = waybar -exec-once = mako +exec-once = fnott exec-once = swayidle exec-once = singboxwrap # exec-once = sleep 0.1 && randombg @@ -268,3 +268,6 @@ windowrulev2 = float, class:^(steam)$, title:^(Screenshot Uploader)$ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ + +windowrule = float,initialClass:^termfilechooser$ +windowrule = size 60% 80%,initialClass:^termfilechooser$ |