i3: Add screenshot shortcut
This commit is contained in:
parent
c6077f057a
commit
a9353fc3e3
@ -288,6 +288,7 @@ bindsym $mod+m mode "mopidy"
|
|||||||
mode "control" {
|
mode "control" {
|
||||||
bindsym n exec --no-startup-id notify-send "Test Notification" "This is a simple test notification"
|
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 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 w exec --no-startup-id "~/.bin/i3-randwall"
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
Reference in New Issue
Block a user