i3: Move KDE killing where it belongs
Holy shit plasmashell just werks under bspwm
This commit is contained in:
parent
6c3ba8f2ad
commit
b6f403266a
@ -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
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
xrdb ~/.Xresources &
|
||||
killall plasmashell &
|
||||
killall krunner &
|
||||
killall xembedsniproxy &
|
||||
feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user