diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-23 18:36:00 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:40:48 -0400 |
commit | 32d3b54681ecb7cc30ffdc3b1769b903e354d799 (patch) | |
tree | fd8d3bee94854e8f25e2f45e4098244bb0c16aa3 /.config/i3/config | |
parent | 690770c13c733fe417f2a3c1ef93f808b52d99c2 (diff) | |
download | dogfiles-32d3b54681ecb7cc30ffdc3b1769b903e354d799.tar.gz |
printscreen bound to scrot
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 483473c..a255890 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -64,6 +64,7 @@ bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run bindsym XF86MonBrightnessDown exec "backlight -5" bindsym XF86MonBrightnessUp exec "backlight 5" +bindsym Print exec "scrot ~/screens/$(date +%Y-%m-%d-%H:%M:%S).png" #bindsym $mod+c exec "xterm -e cataclysm" #bindsym $mod+t exec "xterm -e tf" |