Compare commits
2 Commits
ba98f5cdf2
...
8d8e9ceabc
Author | SHA1 | Date | |
---|---|---|---|
8d8e9ceabc | |||
1d22a2aba1 |
@ -1,9 +1,16 @@
|
||||
# vim: set ft=config:
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
# Force all windows to be unable to maximize themselves
|
||||
# Default rule that ships with hypr
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
#windowrulev2 = animation windowOut,class:^(wofi)$
|
||||
# Force pavucontrol to be the center of attention
|
||||
windowrulev2 = float, center 1, pin, class:^(.*pavucontrol.*)$
|
||||
|
||||
# Assign specific windows to specific workspaces on launch
|
||||
windowrulev2 = workspace 8 silent, class:^(org.keepassxc.KeePassXC)$
|
||||
windowrulev2 = workspace 8 silent, class:^(org.mozilla.Thunderbird)$
|
||||
windowrulev2 = workspace 9 silent, class:^(.*vesktop.*)$
|
||||
windowrulev2 = workspace 10 silent, class:^(.*spotube.*)$
|
||||
windowrulev2 = workspace 10 silent, class:^(im.riot.Riot)$
|
||||
|
@ -4,6 +4,8 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||
|
||||
# Polkit
|
||||
exec-once = /usr/libexec/xfce-polkit
|
||||
# Not technically a daemon but required for wallet
|
||||
exec-once = /usr/libexec/pam_kwallet_init
|
||||
|
||||
# Daemons and stuff
|
||||
exec-once = nm-applet
|
||||
|
@ -3,5 +3,5 @@
|
||||
exec-once = [workspace 8 silent] flatpak run org.keepassxc.KeePassXC
|
||||
exec-once = [workspace 8 silent] flatpak run org.mozilla.Thunderbird
|
||||
exec-once = [workspace 9 silent] flatpak run dev.vencord.Vesktop
|
||||
exec-once = [workspace 9 silent] flatpak run im.riot.Riot
|
||||
exec-once = [workspace 10 silent] flatpak run im.riot.Riot
|
||||
exec-once = [workspace 10 silent] flatpak run com.github.KRTirtho.Spotube
|
||||
|
Loading…
Reference in New Issue
Block a user