mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 13:32:49 +01:00
9 lines
497 B
Text
9 lines
497 B
Text
bind = SUPER, RETURN, exec, foot # need to hard-code foot here, because WezTerm is currently too incompetent for WL
|
|
bind = SUPER CTRL, E, exec, <% opt.commands.file_manager %>
|
|
bind = ALT, SPACE, exec, rofi -show combi
|
|
bind = SUPER CTRL, B, exec, <% opt.commands.browser %>
|
|
bind = SUPER SHIFT, P, exec, gpower2
|
|
bind = ,PRINT, exec, grim -g "$(slurp; sleep 1)" ~/Downloads/screenshot.png
|
|
bind = SHIFT, PRINT, exec, grim -g "$(slurp; sleep 1)" - | feh -
|
|
bind = SUPER SHIFT, W, exec, randomwallpaper
|
|
|