hyprland: add wvkbd
This commit is contained in:
parent
1a7968525e
commit
74f6eda8c7
|
@ -10,6 +10,8 @@ mako -c ~/.config/mako/mako.conf &
|
||||||
/usr/lib/xdg-desktop-portal -r &
|
/usr/lib/xdg-desktop-portal -r &
|
||||||
nm-applet &
|
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 &
|
clash-verge &
|
||||||
bash -c "sleep 2; easyeffects --gapplication-service" &
|
bash -c "sleep 2; easyeffects --gapplication-service" &
|
||||||
|
|
||||||
|
|
|
@ -33,8 +33,9 @@ plugin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hyprgrass-bind = , edge:d:u, exec, $menu
|
hyprgrass-bind = , swipe:3:u, exec, $menu
|
||||||
hyprgrass-bind = , swipe:3:u, togglefloating
|
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:u, exec, brightnessctl set 5%+
|
||||||
hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%-
|
hyprgrass-bind = , edge:l:d, exec, brightnessctl set 5%-
|
||||||
hyprgrass-bind = , edge:r:l, killactive
|
hyprgrass-bind = , edge:r:l, killactive
|
||||||
|
|
Loading…
Reference in a new issue