summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-03 22:31:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-03 22:31:27 -0400
commit1ef14ad347f825b41e04ddb2d71c8ea252cc6eba (patch)
tree51ec2c09e2ec610c9d88083f83e9547d7a372469
parentd9cacec208b4c3eaa1b643b528cf92581ebceabf (diff)
downloadeibhear-1ef14ad347f825b41e04ddb2d71c8ea252cc6eba.tar.gz
eibhear-1ef14ad347f825b41e04ddb2d71c8ea252cc6eba.tar.zst
eibhear-1ef14ad347f825b41e04ddb2d71c8ea252cc6eba.zip
compton changes
-rw-r--r--.config/compton.conf55
-rw-r--r--.config/i3/config2
2 files changed, 4 insertions, 53 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
index a098484..588a6c8 100644
--- a/.config/compton.conf
+++ b/.config/compton.conf
@@ -1,56 +1,7 @@
# vim: filetype=conf
-backend = "xrender"
+backend = "glx"
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
-vsync = "drm";
-
-# These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method.
-# The other options are smaller performance tweaks that work well in most cases.
-# You can find the rest of the options here: https://github.com/chjj/compton/wiki/perf-guide, and here: https://github.com/chjj/compton/wiki/vsync-guide
-
-
- #Shadow
-shadow = false; # Enabled client-side shadows on windows.
-#no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
-#no-dnd-shadow = true; # Don't draw shadows on DND windows.
-#clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
-shadow-radius = 7; # The blur radius for shadows. (default 12)
-shadow-offset-x = -7; # The left offset for shadows. (default -15)
-shadow-offset-y = -7; # The top offset for shadows. (default -15)
-shadow-exclude = [
- "! name~=''",
- "n:e:Notification",
- "n:e:Plank",
- "n:e:Docky",
- "g:e:Synapse",
- "g:e:Kupfer",
- "g:e:WC_Cronograph",
- "g:e:Conky",
- "n:w:*Firefox*",
- "n:w:*Chrome*",
- "n:w:*Chromium*",
- "class_g ?= 'Notify-osd'",
- "class_g ?= 'Cairo-dock'",
- "class_g ?= 'Xfce4-notifyd'",
- "class_g ?= 'Xfce4-power-manager'"
-];
-
-# The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches
-# (most applications are fine, only apps that do weird things with xshapes or argb are affected).
-# This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher.
-
-# Fading
-fading = false; # Fade windows during opacity changes.
-#fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
-#fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
-#fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
-#no-fading-openclose = true; # Fade windows in/out when opening/closing
-
-detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what.
-
-# Window type settings
-wintypes:
-{
- tooltip = { fade = false; shadow = false; };
-};
+vsync = "opengl-swc";
+uredir-if-possible = false;
diff --git a/.config/i3/config b/.config/i3/config
index 5ff9263..a9d0002 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -38,7 +38,7 @@ exec --no-startup-id dunst
# Torrent daemon:
#exec --no-startup-id transmission-daemon
# Composite manager:
-exec --no-startup-id compton --xrender-sync-fence
+exec --no-startup-id compton
# Runs the key remapping scripts
exec --no-startup-id ~/.scripts/remaps
# Unclutter makes the mouse invisible after a brief period