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:
parent
d9d2925b11
commit
50faf1b82a
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue