Selaa lähdekoodia

Fix virtualbox and compton behavior

Josh Bicking 7 vuotta sitten
vanhempi
commit
bf52e4af63
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      i3/config
  2. 1 1
      i3/togglecompton.sh

+ 1 - 1
i3/config

@@ -171,7 +171,7 @@ for_window [window_type="menu"] floating enable
 
 for_window [class="(?i)gsimplecal"] floating enable, move position mouse, move down $height px
 for_window [class="(?i)qemu-system"] floating enable
-for_window [class="(?i)VirtualBox" title="(?i)Manager"] floating enable
+#for_window [class="(?i)VirtualBox" title="(?i)Manager"] floating enable
 for_window [class="(?i)blueman"] floating enable
 
 #for_window [instance="sun-awt-X11-XFramePeer"] floating enable

+ 1 - 1
i3/togglecompton.sh

@@ -6,5 +6,5 @@ then
     pkill compton
 else
     echo Starting compton
-    compton -bcG
+    compton -bcG  --backend glx --vsync opengl-swc
 fi