diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-06-08 18:56:18 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-06-08 18:56:18 -0400 |
| commit | 1daf4fb99488d74cfede4807f41c4e9021180b84 (patch) | |
| tree | ff15734be8e5c6c5bcf1e8355517808d9583f386 | |
| parent | 3c94e93d037f92d3eb4c005cfef40c9321a1d6da (diff) | |
add satty to screenshot cmd.
| -rw-r--r-- | sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/config b/sway/config index 111ec56..3f15f0d 100644 --- a/sway/config +++ b/sway/config @@ -28,7 +28,7 @@ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioPlay exec mpc toggle bindsym Shift+XF86AudioPlay exec playerctl play-pause -bindsym Shift+Control+Mod1+s exec grimshot copy anything +bindsym Shift+Control+Mod1+s exec grimshot save anything - | satty --filename - bindsym Shift+Control+Mod1+p exec passmenu-otp bindsym Shift+Control+Mod1+l exec swaylock -f -c 000000 @@ -174,5 +174,6 @@ mode "mpd" { bindsym $mod+z mode "mpd" for_window [class="floatterm"] floating enable +for_window [title="satty"] floating enable include "theme-acme.conf" |
