i3: Move KDE killing where it belongs

Holy shit plasmashell just werks under bspwm
This commit is contained in:
Salt 2018-02-12 22:47:34 -06:00
parent 6c3ba8f2ad
commit b6f403266a
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,8 @@ for_window [class=".*"] title_format "%title"
# Plasma integration
exec --no-startup-id wmctrl -c Plasma
exec --no-startup-id killall plasmashell
exec --no-startup-id killall krunner
for_window [class="krunner"] floating enable; border none
# Miscellaneous window rules

View File

@ -1,7 +1,5 @@
#!/bin/bash
xrdb ~/.Xresources &
killall plasmashell &
killall krunner &
killall xembedsniproxy &
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &