]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/patches/213_unkludge-docker.diff
Added patches to fix the Docker size problem.
[ion3.git] / debian / patches / 213_unkludge-docker.diff
diff --git a/debian/patches/213_unkludge-docker.diff b/debian/patches/213_unkludge-docker.diff
new file mode 100644 (file)
index 0000000..cc38dcb
--- /dev/null
@@ -0,0 +1,16 @@
+--- ion3.orig/etc/cfg_kludges.lua
++++ ion3/etc/cfg_kludges.lua
+@@ -26,6 +26,13 @@
+     min_size = { w = 64, h = 64},
+ }
++-- Make an exception for Docker, which sets correct size hints.
++defwinprop{
++    is_dockapp = true,
++    class = "Docker",
++    statusbar = "systray",
++}
++
+ -- You might want to enable these if you really must use XMMS. 
+ --[[