From ffff12d1a5c6e18bc29f20329fe15c86f6c667da Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 22 Mar 2020 09:42:42 -0400 Subject: [PATCH] etc --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index d9b317d..e6bbe04 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -46,7 +46,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev -bindsym $mod+Shift+Escape exec prompt "Log out of i3?" "i3 exit" +bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3 exit" # bindsym $mod+BackSpace bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot" @@ -230,6 +230,7 @@ bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount bindsym $mod+F11 exec --no-startup-id ducksearch bindsym $mod+F12 exec $term -e nmtui +bindsym $mod+Shift+F1 exec --no-startup-id grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send -i "$HOME/.local/share/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." ) # #---Arrow Keys---# # bindsym $mod+Left focus left