Author: Honza Pokorny <me@honza.ca>
Better screenshot commands
i3/config | 4 ++-- sway/config | 2 +-
diff --git a/i3/config b/i3/config index 490c34e5dacf8470a6fc78886b4f4a93dd448e95..d4e78081919f61249f408ee0702cfae09d6ce4f3 100644 --- a/i3/config +++ b/i3/config @@ -139,8 +139,8 @@ bindsym $mod+r mode "resize" bindsym $mod+i exec $term -e htop -bindsym Print exec gnome-screenshot -bindsym $hyper+u exec ~/dotfiles/bin/take-screenshot +bindsym Print exec ~/dotfiles/bin/take-screenshot-x11 +bindsym $hyper+u exec ~/dotfiles/bin/take-screenshot-x11 # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) diff --git a/sway/config b/sway/config index 5fe98d3d5a44eac5afe6b656a5b1c9c17f10cae4..db2b3167a57ac04cb21df1e14078e882735b1303 100644 --- a/sway/config +++ b/sway/config @@ -139,7 +139,7 @@ bindsym $mod+r mode "resize" bindsym $mod+i exec $term -e htop -bindsym Print exec gnome-screenshot +bindsym Print exec ~/dotfiles/bin/take-screenshot bindsym $hyper+u exec ~/dotfiles/bin/take-screenshot # Start i3bar to display a workspace bar (plus the system information i3status