diff options
author | awy <awy@awy.one> | 2025-08-19 21:32:13 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-19 21:32:13 +0300 |
commit | 6ad5590d5b3612314c4338759c94d28073e71fa0 (patch) | |
tree | e2f36605cbb498da33e1bdeaea89a56830464a0e /.config/hypr | |
parent | 9444b9c2b3e56268ab37d0908f1f1fd8849ed2aa (diff) | |
download | hyprdots-6ad5590d5b3612314c4338759c94d28073e71fa0.tar.gz |
popup
Diffstat (limited to '.config/hypr')
-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$ |