From 089a4951046fab67aa23c61f4e0390600ffcfe9c Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 21 May 2024 16:23:22 -0600 Subject: sway enable screenshot uploader --- sway/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 89ed9e0..826a870 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -7,6 +7,7 @@ # Mod4 = Logo key. Mod1 = Alt. set $mod Mod4 +set $alt Mod1 # Home row direction keys, like vim set $left h @@ -220,7 +221,7 @@ bindsym $mod+r mode "resize" # Screenshot #bindsym $alt+Shift+4 exec grim -g "$(slurp)" - | wl-copy -# bindsym $alt+Shift+4 exec grim -g "$(slurp)" /tmp/ss.png && ~/bin/linode-uploader /tmp/ss.png && rm /tmp/ss.png +bindsym $alt+Shift+4 exec grim -g "$(slurp)" /tmp/ss.png && ~/bin/linode-uploader /tmp/ss.png && rm /tmp/ss.png # Volume Control bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%- -- cgit v1.2.1