i3: Add shortcut to randwall, rename test mode

This commit is contained in:
Salt 2017-08-18 13:56:09 -05:00
parent 1860d66f7a
commit dff777e3e9

View File

@ -282,13 +282,14 @@ mode "mopidy" {
bindsym $mod+m mode "mopidy"
mode "test" {
bindsym p exec --no-startup-id notify-send "i3 Current Path" "$PATH"
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 w exec --no-startup-id "~/.bin/i3-randwall"
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+$shift+t mode "default"
}
bindsym $mod+$shift+t mode "test"
bindsym $mod+$shift+t mode "control"