diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:10:02 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-24 21:10:02 +0300 |
commit | f40a622ab6fb5f2aa0991c7fafff76663007bfdf (patch) | |
tree | 6f72be6ea6b78a50e0338ff74ecc2d94f082468f /.config/hypr | |
parent | 501e90044ffef2ad798373f50c015d089301c538 (diff) |
Hyprland: Fix binding for new version of ‘vlt’
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 08228af..625b182 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -76,7 +76,7 @@ windowrule = center, title:^(ec|zenity)$ bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null bind = $modkey, E, exec, exec emacsclient -c -a emacs -bind = $modkey, P, exec, exec vlt 2>/dev/null +bind = $modkey, P, exec, exec vlt get 2>/dev/null bind = $modkey, Q, killactive, bind = $modkey, W, exec, exec firefox bind = $modkey, return, exec, exec foot |