i3: Add plasma integration

That I will use exactly 0% of
This commit is contained in:
Salt 2017-12-15 13:31:33 -06:00
parent d2c39b850b
commit a717c477ef

View File

@ -10,6 +10,18 @@
new_window pixel 4 new_window pixel 4
for_window [class=".*"] border pixel 4 for_window [class=".*"] border pixel 4
# Plasma integration
exec --no-startup-id wmctrl -c Plasma
for_window [title="Desktop — Plasma"] kill; floating enable; border none
for_window [class="krunner"] floating enable; border none
for_window [class="Kmix"] floating enable; border none
for_window [class="Klipper"] floating enable; border none
for_window [class="plasmashell"] floating enable;
for_window [title="plasma-desktop"] floating enable; border none
for_window [class="Plasma"] floating enable; border none
for_window [class="Plasmoidviewer"] floating enable; border none
for_window [title="win7"] floating enable; border none
# i3-gaps configs # i3-gaps configs
gaps inner 24 gaps inner 24
gaps outer 0 gaps outer 0
@ -80,7 +92,6 @@ exec --no-startup-id "xset -dpms"
# No screensaver # No screensaver
exec --no-startup-id "xset s off" exec --no-startup-id "xset s off"
################### ###################
## Workspaces ## Workspaces
################### ###################