diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4e9770c..402b176 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -19,8 +19,8 @@ exec-once = portal exec-once = sleep 2 && waybar exec-once = sleep 2 && stmpdup -exec-once = [workspace 9 silent] sleep 1 && telegram -exec-once = [workspace 8 silent] sleep 1 && $terminal -a neomutt -T neomutt neomutt +exec-once = [workspace 9 silent; DP-2] sleep 1 && telegram +exec-once = [workspace 8 silent; DP-2] sleep 1 && $terminal -a neomutt -T neomutt neomutt env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Adwaita @@ -278,9 +278,9 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ -# windowrulev2 = workspace 8 silent, class:^(neomutt)$ -# windowrulev2 = workspace 9 silent, class:^(nchat)$ -# windowrulev2 = workspace 9 silent, class:^(Element)$ +windowrulev2 = workspace 8 silent, class:^(neomutt)$ +windowrulev2 = workspace 9 silent, class:^(nchat)$ +windowrulev2 = workspace 9 silent, class:^(Element)$ windowrulev2 = float, class:^(org.prismlauncher.PrismLauncher)$, title:Console window for.*Prism Launcher.* |