Compare commits

..

2 Commits

Author SHA1 Message Date
8d8e9ceabc Maybe hopefully fix keyring stuff 2024-09-17 02:29:34 -05:00
1d22a2aba1 Work through more window rules 2024-09-17 02:17:00 -05:00
3 changed files with 15 additions and 6 deletions

View File

@ -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)$

View File

@ -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

View File

@ -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