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 # Plasma integration
exec --no-startup-id wmctrl -c Plasma 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 for_window [class="krunner"] floating enable; border none
# Miscellaneous window rules # Miscellaneous window rules

View File

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