i3: Add screenshot shortcut

This commit is contained in:
Salt 2017-08-21 20:01:45 -05:00
parent c6077f057a
commit a9353fc3e3

View File

@ -288,6 +288,7 @@ bindsym $mod+m mode "mopidy"
mode "control" {
bindsym n exec --no-startup-id notify-send "Test Notification" "This is a simple test notification"
bindsym p exec --no-startup-id notify-send "i3 Current Path" "$PATH"
bindsym s exec --no-startup-id "import $HOME/Pictures/Screenshot/Import/Screenshot-$(date --iso-8601)-$(uuidgen).png"
bindsym w exec --no-startup-id "~/.bin/i3-randwall"
bindsym Return mode "default"