]> git.decadent.org.uk Git - ion3.git/blob - debian/patches/213_unkludge-docker.diff
Added patches to fix the Docker size problem.
[ion3.git] / debian / patches / 213_unkludge-docker.diff
1 --- ion3.orig/etc/cfg_kludges.lua
2 +++ ion3/etc/cfg_kludges.lua
3 @@ -26,6 +26,13 @@
4      min_size = { w = 64, h = 64},
5  }
6  
7 +-- Make an exception for Docker, which sets correct size hints.
8 +defwinprop{
9 +    is_dockapp = true,
10 +    class = "Docker",
11 +    statusbar = "systray",
12 +}
13 +
14  
15  -- You might want to enable these if you really must use XMMS. 
16  --[[