rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bfab3f0d159bf9402bc3ee7c2ebb7fee0182498d
parent 416f6c18e3e4c0cbb4a7190dd6483c6aa202f3dd
Author: Mark Feller <mark.feller@member.fsf.org>
Date:   Wed, 25 Sep 2019 13:42:11 -0600

shutdown from i3

Diffstat:
Mdots/.config/i3/config | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dots/.config/i3/config b/dots/.config/i3/config @@ -15,7 +15,7 @@ bindsym $mod+Return exec alacritty bindsym $mod+Shift+q kill bindsym $mod+d exec $HOME/.local/bin/notify-date bindsym $mod+space exec rofi -show drun -bindsym $mod+Escape exec --no-startup-id $HOME/.local/bin/lock +bindsym $mod+Escape exec $HOME/.local/bin/lock bindsym $mod+t split h bindsym $mod+v split v @@ -28,6 +28,7 @@ bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "$HOME/.local/bin/prompt 'Do you really want to exit i3?' 'i3-msg exit'" +bindsym $mod+Shift+Escape exec "$HOME/.local/bin/prompt 'Do you really want to shutdown?' 'shutdown -h now'" # change focus bindsym $mod+h focus left