dotfiles/.config/hypr/prog-keybinds.conf.cgt

10 lines
497 B
Plaintext
Raw Normal View History

2023-08-29 21:07:52 +02:00
bind = SUPER, RETURN, exec, foot # need to hard-code foot here, because WezTerm is currently too incompetent for WL
2023-08-29 21:53:39 +02:00
bind = SUPER CTRL, E, exec, <% opt.commands.file_manager %>
2023-08-29 21:07:52 +02:00
bind = ALT, SPACE, exec, rofi -show combi
2023-08-29 21:53:39 +02:00
bind = SUPER CTRL, B, exec, <% opt.commands.browser %>
bind = SUPER SHIFT, P, exec, gpower2
2023-08-29 21:07:52 +02:00
bind = ,PRINT, exec, grim -g "$(slurp; sleep 1)" ~/Downloads/screenshot.png
bind = SHIFT, PRINT, exec, grim -g "$(slurp; sleep 1)" - | feh -
2023-08-29 21:53:39 +02:00
bind = SUPER SHIFT, W, exec, randomwallpaper
2023-08-29 21:07:52 +02:00