[hyprland] push trayscale to center

This commit is contained in:
Simon Cornet 2024-03-25 10:54:10 +01:00
parent 5159856338
commit f47268b95e
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "scratchbox" --title "Alacritty"
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "blueman-manager" --title "Bluetooth Devices"
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "com.gabm.satty" --title "satty"
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "dev.deedles.Trayscale" --title "Trayscale"
# start default apps
exec-once = [workspace 1 silent] bitwarden

View File

@ -68,6 +68,11 @@
windowrulev2 = size 1000 800, class:(solaar), title:(solaar)
windowrulev2 = move center, class:(solaar), title:(solaar)
# trayscale
windowrulev2 = float, class:(dev.deedles.Trayscale), title:(Trayscale)
windowrulev2 = size 1000 800, class:(dev.deedles.Trayscale), title:(Trayscale)
windowrulev2 = move center, class:(dev.deedles.Trayscale), title:(Trayscale)
# volume control
windowrulev2 = float, title:(Volume Control)
windowrulev2 = size 1000 800, title:(Volume Control)