From e44a57aefabc07554b697b1d873e45b8398a1cc3 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Mon, 27 Nov 2017 14:26:17 -0600
Subject: [PATCH] i3: Disable exit hotkey Because that doesn't do shit under
 Plasma

---
 .config/i3/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/i3/config b/.config/i3/config
index 63129760..df312341 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -67,7 +67,7 @@ exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
 #exec --no-startup-id "mopidy"
 #exec --no-startup-id "syncthing -no-browser"
 
-bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
+bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
 
 ###################
 ## Settings
@@ -225,7 +225,7 @@ bindsym $mod+$shift+r restart
 
 # exit i3 (logs you out of your X session)
 #bindsym $mod+$shift+e exec "i3-nagbar -t warning -m 'Really exit i3wm? This will close all running applications and end your X session.' -b 'Exit' 'i3-msg exit'"
-bindsym $mod+$shift+e exit
+#bindsym $mod+$shift+e exit
 
 # lock the screen
 bindsym $sup+l exec "i3lock -i $HOME/.i3lock -c 1d2021"