pipe screenshot to clipboard
This commit is contained in:
@ -11,8 +11,8 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
bind = $mainMod, Escape, exec, $lockscreen
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, $screenshot
|
||||
bind = CTRL, Print, exec, $screenshotSelect
|
||||
bind = , Print, exec, $screenshotSelect
|
||||
bind = CTRL, Print, exec, $screenshot
|
||||
|
||||
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
|
@ -22,7 +22,7 @@ $powerMenu = bash ~/.config/waybar/scripts/power-menu.sh
|
||||
$browser = firefox
|
||||
$email = thunderbird
|
||||
$screenshot = grim
|
||||
$screenshotSelect = grim -g "$(slurp)"
|
||||
$screenshotSelect = grim -g "$(slurp -d)" - | wl-copy
|
||||
$lockscreen = hyprlock
|
||||
|
||||
#############################
|
||||
|
Reference in New Issue
Block a user