Discussion:
[i3-discuss] Quick question
Bryan C. Everly
2016-03-12 19:23:03 UTC
Permalink
Is there a way to accept or reject the "do you want to exit i3" dialog bar
using only the keyboard when it pops up?

Thanks,
Bryan
Ingo Bürk
2016-03-12 19:51:26 UTC
Permalink
No, but you can move from using i3-nagbar to using binding modes for
this. Here's an example:

set $mode_exit Do you really want to exit?
bindsym $mod+Shift+e mode "$mode_exit"
mode "$mode_exit" {
bindsym y exit
bindsym n mode default
bindsym Escape mode default
}


Regards
Ingo
Post by Bryan C. Everly
Is there a way to accept or reject the "do you want to exit i3" dialog
bar using only the keyboard when it pops up?
Thanks,
Bryan
Loading...