diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:05:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-04 12:05:12 -0400 |
commit | ee81d5a4cd86a24635fedb57cd694cfabf50e38b (patch) | |
tree | dea411ee2420d4b4d1919b82d1ca56caf563a03d /.config/hypr/config.d/keybinds.conf | |
parent | men (diff) | |
download | dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.tar.gz dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.tar.bz2 dotfiles-arch-ee81d5a4cd86a24635fedb57cd694cfabf50e38b.zip |
update hyprland, ssh config, remove liks tpm, other stuff
Diffstat (limited to '.config/hypr/config.d/keybinds.conf')
-rw-r--r-- | .config/hypr/config.d/keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/config.d/keybinds.conf b/.config/hypr/config.d/keybinds.conf index f7ecf4e..a3ce255 100644 --- a/.config/hypr/config.d/keybinds.conf +++ b/.config/hypr/config.d/keybinds.conf @@ -24,7 +24,7 @@ binde =, XF86AudioPrev, exec, playerctl previous binde =, XF86MonBrightnessDown, exec, brightnessctl set 5%- binde =, XF86MonBrightnessUp, exec, brightnessctl set 5%+ -bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard" +bind = $mod SHIFT, s, exec, grimblast copy area && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard" bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard" bind = SHIFT, Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy |