[hyprland] push trayscale to center
This commit is contained in:
parent
5159856338
commit
f47268b95e
@ -40,6 +40,7 @@
|
|||||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "scratchbox" --title "Alacritty"
|
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 "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 "com.gabm.satty" --title "satty"
|
||||||
|
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "dev.deedles.Trayscale" --title "Trayscale"
|
||||||
|
|
||||||
# start default apps
|
# start default apps
|
||||||
exec-once = [workspace 1 silent] bitwarden
|
exec-once = [workspace 1 silent] bitwarden
|
||||||
|
@ -68,6 +68,11 @@
|
|||||||
windowrulev2 = size 1000 800, class:(solaar), title:(solaar)
|
windowrulev2 = size 1000 800, class:(solaar), title:(solaar)
|
||||||
windowrulev2 = move center, 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
|
# volume control
|
||||||
windowrulev2 = float, title:(Volume Control)
|
windowrulev2 = float, title:(Volume Control)
|
||||||
windowrulev2 = size 1000 800, title:(Volume Control)
|
windowrulev2 = size 1000 800, title:(Volume Control)
|
||||||
|
Reference in New Issue
Block a user