diff --git a/dot-config/hypr/bin/autostart b/dot-config/hypr/bin/autostart index 2b12ca4..bc2d505 100755 --- a/dot-config/hypr/bin/autostart +++ b/dot-config/hypr/bin/autostart @@ -10,6 +10,8 @@ mako -c ~/.config/mako/mako.conf & /usr/lib/xdg-desktop-portal -r & nm-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 & + clash-verge & bash -c "sleep 2; easyeffects --gapplication-service" & diff --git a/dot-config/hypr/plugins.conf b/dot-config/hypr/plugins.conf index 3ccf674..402f8ac 100644 --- a/dot-config/hypr/plugins.conf +++ b/dot-config/hypr/plugins.conf @@ -33,12 +33,13 @@ plugin { } } } -hyprgrass-bind = , edge:d:u, exec, $menu -hyprgrass-bind = , swipe:3:u, togglefloating -hyprgrass-bind = , edge:l:u, exec, brightnessctl set 5%+ -hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%- -hyprgrass-bind = , edge:r:l, killactive -hyprgrass-bind = , edge:l:r, togglesplit +hyprgrass-bind = , swipe:3:u, exec, $menu +hyprgrass-bind = , swipe:3:d, togglefloating +hyprgrass-bind = , edge:d:u, exec, killall -34 wvkbd-mobintl +hyprgrass-bind = , edge:l:u, exec, brightnessctl set 5%+ +hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%- +hyprgrass-bind = , edge:r:l, killactive +hyprgrass-bind = , edge:l:r, togglesplit hyprgrass-bindm = , longpress:3, movewindow -hyprgrass-bindm = , longpress:2, resizewindow \ No newline at end of file +hyprgrass-bindm = , longpress:2, resizewindow