1
1
Fork 0

hyprland: modify waydroid rules

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-26 20:39:35 -05:00
parent 74e60b5530
commit c7a56c45f2
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,7 @@ in {
"plugin:hyprbars:nobar, class:^dropdown$" "plugin:hyprbars:nobar, class:^dropdown$"
"plugin:hyprbars:nobar, class:^org\\.gnome\\.Nautilus$, title:^New Folder$" "plugin:hyprbars:nobar, class:^org\\.gnome\\.Nautilus$, title:^New Folder$"
"plugin:hyprbars:nobar, class:^steam_app_.+$" "plugin:hyprbars:nobar, class:^steam_app_.+$"
"plugin:hyprbars:nobar, class:^waydroid.*$"
"plugin:hyprbars:nobar, class:^Xdg-desktop-portal-gtk$" "plugin:hyprbars:nobar, class:^Xdg-desktop-portal-gtk$"
"plugin:hyprbars:nobar, title:^Picture.in.[Pp]icture$" "plugin:hyprbars:nobar, title:^Picture.in.[Pp]icture$"
]; ];

View file

@ -31,7 +31,7 @@ in {
workspace = [ workspace = [
"name:gamescope, on-created-empty:MANGOHUD=0 ${gamescope} --fullscreen --steam ${steam}" "name:gamescope, on-created-empty:MANGOHUD=0 ${gamescope} --fullscreen --steam ${steam}"
"special:android, on-created-empty:${waydroid} app launch com.YoStarEN.Arknights" "special:android, on-created-empty:${launch} --empty ${waydroid} app launch com.YoStarEN.Arknights"
"special:music, on-created-empty:${youtube-music}" "special:music, on-created-empty:${youtube-music}"
"special:office, on-created-empty:[tile] ${onlyoffice} --xdg-desktop-portal" "special:office, on-created-empty:[tile] ${onlyoffice} --xdg-desktop-portal"
"special:password, on-created-empty:${launch} --empty --tile --workspace special:password ${_1password}" "special:password, on-created-empty:${launch} --empty --tile --workspace special:password ${_1password}"
@ -217,7 +217,7 @@ in {
(fullscreen true ["idleinhibit focus"]) (fullscreen true ["idleinhibit focus"])
(pinned true ["bordercolor rgb(073642) rgb(073642)"]) (pinned true ["bordercolor rgb(073642) rgb(073642)"])
(tag.android ["tile" "workspace special:android"]) (tag.android ["maximize" "idleinhibit always" "noborder" "noshadow" "workspace special:android"])
(tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"]) (tag.clipboard ["move ${clipboard.x} ${clipboard.y}" "pin" "size ${clipboard.w} ${clipboard.h}" "stayfocused"])
(tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"]) (tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"])
(tag.editor ["group override set" "tile"]) (tag.editor ["group override set" "tile"])