Skip to content

Commit

Permalink
tweak printscreen keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Aug 17, 2023
1 parent 8aec927 commit d8fbacc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/i3/i3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ bindsym XF86AudioMute exec --no-startup-id wpctl set-mute @DEFAULT_AUDIO_SINK@ t
bindsym XF86AudioMute --release exec --no-startup-id pkill -SIGRTMIN+10 i3blocks

# print screen
bindsym Print exec scrot
bindsym $alt+Print exec scrot -u
bindsym Print exec maim --window=$(xdotool getactivewindow) $HOME/documents/maim.$(date +%Y_%m_%d_%H%M%S).png
bindsym control+Print exec maim --select $HOME/documents/maim.$(date +%Y_%m_%d_%H%M%S).png
bindsym $super+Print exec maim $HOME/documents/maim.$(date +%Y_%m_%d_%H%M%S).png

# change container layout (stacked, tabbed, toggle split)
bindsym $super+w layout tabbed
Expand Down

0 comments on commit d8fbacc

Please sign in to comment.