feat(hypr): add preload
This commit is contained in:
@@ -16,10 +16,11 @@
|
|||||||
|
|
||||||
"walker --gapplication-service"
|
"walker --gapplication-service"
|
||||||
|
|
||||||
"[workspace 20 silent] uwsm app -- firefox"
|
"[workspace special:preload silent] uwsm app -- firefox"
|
||||||
"[workspace 20 silent] uwsm app -- xdg-terminal-exec"
|
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
|
||||||
|
"[workspace special:preload silent] uwsm app -- firefox -P YouTube"
|
||||||
|
|
||||||
"sh -c 'sleep 2; hyprctl dispatch workspace 1'"
|
"sh -c 'sleep 3; hyprctl dispatch workspace 1'"
|
||||||
|
|
||||||
"[workspace 1] uwsm app -- xdg-terminal-exec"
|
"[workspace 1] uwsm app -- xdg-terminal-exec"
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
"dimaround, initialTitle:^(Wallpaper Selector)$"
|
"dimaround, initialTitle:^(Wallpaper Selector)$"
|
||||||
|
|
||||||
# Prevent Firefox and Terminal from stealing focus on launch
|
# Prevent Firefox and Terminal from stealing focus on launch
|
||||||
"suppressevent activate, workspace:20"
|
"suppressevent activate, workspace:special:preload"
|
||||||
"noinitialfocus, workspace:20"
|
"noinitialfocus, workspace:special:preload"
|
||||||
|
|
||||||
# --- STEAM RULES ---
|
# --- STEAM RULES ---
|
||||||
"workspace special:steam silent, class:^(steam)$"
|
"workspace special:steam silent, class:^(steam)$"
|
||||||
|
|||||||
Reference in New Issue
Block a user