diff options
author | Thanos Apollo <[email protected]> | 2024-07-16 08:56:21 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-16 08:56:21 +0300 |
commit | 206f9e89708ba4d07e0ade56af5b5882c20c136b (patch) | |
tree | 84addb281e8d7b4dd00b7635c01799b2e10d8753 /.config/sway | |
parent | 1002d2306840ef3a1fe8f426186d7c5da376c22a (diff) |
sway: Add grimshot-gnosis-save kbd
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 16c5e93..4d42897 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,7 @@ workspace_layout tabbed bindsym $mod+period workspace back_and_forth bindsym $mod+comma exec grimshot save area -bindsym $mod+Shift+comma exec grimshot save screen +bindsym $mod+Shift+comma exec ~/.scripts/grimshot-gnosis-save.sh default_border pixel 3 default_floating_border pixel 3 |