Skip to content

Commit

Permalink
i3: add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Feb 24, 2020
1 parent bfca685 commit 3092f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_config/i3/config
Expand Up @@ -20,6 +20,9 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 10%+

# Use PrtScr to take screenshot
bindsym Print exec --no-startup-id scrot '~/Pictures/Screenshots/%Y%m%d_%H%M%S.jpg'

# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

Expand Down

0 comments on commit 3092f69

Please sign in to comment.