diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-18 15:26:40 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-18 15:26:40 +0200 |
commit | 77e73ca5f8d4f2cd676648c23d2b331a981b9f4c (patch) | |
tree | 7db54eccebadfb5359e5fa372dc51417ef1e1dce /.config/i3/config | |
parent | 5303a93e873b8eb48192a6e7ba9d3d9a0821d94d (diff) |
merged printscreen and screenshot scripts
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 4d944e5..25775e4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,8 +16,8 @@ bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle -bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -bindsym Print exec --no-startup-id ~/.local/bin/printscreen +bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s +bindsym Print exec --no-startup-id ~/.local/bin/screenshot bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/picom-toggle bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} |