From 71a20ae6b276d1ca2fa69faa399232e77304da0b Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Fri, 22 Nov 2024 23:09:30 +0500 Subject: [PATCH] hyprland: autostart: Add wvkbd --- dot-config/hypr/bin/autostart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dot-config/hypr/bin/autostart b/dot-config/hypr/bin/autostart index 2f6e226..8700ba7 100755 --- a/dot-config/hypr/bin/autostart +++ b/dot-config/hypr/bin/autostart @@ -10,7 +10,11 @@ mako -c ~/.config/mako/mako.conf & nm-applet & blueman-applet & -wvkbd-mobintl --landscape-layers landscape,landscapespecial,cyrillic -L 300 -fn "JetBrainsMono 20" -R 10 --bg 00000000 --fg 313244 --fg-sp 1e1e2e --press 1e1e2e --press-sp 181825 --text cdd6f4 --text-sp cdd6f4 --hidden & +wvkbd-mobintl --landscape-layers landscape,landscapespecial,cyrillic \ + -L 300 -fn "JetBrainsMono 20" -R 10 \ + --bg 00000000 --fg 313244 --fg-sp 1e1e2e \ + --press 1e1e2e --press-sp 181825 \ + --text cdd6f4 --text-sp cdd6f4 --hidden & clash-verge & bash -c "sleep 2; easyeffects --gapplication-service" &