1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

hyperland: add screenshot keybind

This commit is contained in:
Henrik Hautakoski 2024-10-24 22:02:21 +02:00
parent d9d2925b11
commit 50faf1b82a

View file

@ -18,6 +18,7 @@ $color_inactive_border = $color_border
$terminal = alacritty
$menu = wofi --show drun
$run_prog = wofi --show run
$screenshot = grim -g "$(slurp)" - | wl-copy
# Settings
# -----------------------------------------
@ -124,6 +125,7 @@ windowrulev2 = workspace 9, class:org.telegram.desktop.*
$mainMod = SUPER
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, S, exec, $screenshot
bind = $mainMod, X, killactive,
#bind = $mainMod, M, exit,
bind = $mainMod, F, togglefloating,