mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Keybind properly switch to v1 from v2 (#1092)
This commit is contained in:
parent
285f817728
commit
02dddffd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ bind = Alt, Tab, bringactivetotop, # [hidden] bring it to the top
|
|||
|
||||
#!
|
||||
##! Widgets
|
||||
bindr = Ctrl+Super, R, exec, killall agsv1 ydotool; agsv1 & # Restart widgets
|
||||
bindr = Ctrl+Super, R, exec, killall ags agsv1 ydotool; agsv1 & # Restart widgets
|
||||
bindr = Ctrl+Super+Alt, R, exec, hyprctl reload; killall agsv1 ydotool; agsv1 & # [hidden]
|
||||
bind = Ctrl+Alt, Slash, exec, agsv1 run-js 'cycleMode();' # Cycle bar mode (normal, focus)
|
||||
bindir = Super, Super_L, exec, agsv1 -t 'overview' # Toggle overview/launcher
|
||||
|
|
|
|||
Loading…
Reference in a new issue