Commit fa112d04 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added mod+click shortcut for fullscreen. Re-enabled screen tearing resolution in compton.

parent d8fcafb7
......@@ -41,15 +41,16 @@ fade-in-step = 0.03;
fade-out-step = 0.03;
fade-exclude = [ ];
backend = "xrender";
#backend = "glx";
#backend = "xrender";
backend = "glx";
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-client-opacity = true;
unredir-if-possible = true;
refresh-rate = 0;
vsync = "none";
#vsync = "opengl-swc";
#vsync = "none";
#vsync = "drm";
vsync = "opengl-swc";
dbe = false;
paint-on-overlay = true;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
......
......@@ -131,6 +131,7 @@ bindsym $mod+Shift+z split h, layout stacked, focus left, move right, move up, f
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym --whole-window $mod+button1 fullscreen toggle
# several 16:9 resolutions binded for quick switching
bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576
......
......@@ -102,7 +102,7 @@ battery all {
battery_level {
cache_timeout = 30
measurement_mode = "acpi"
#measurement_mode = "acpi"
hide_when_full = "True"
hide_seconds = "True"
blocks = ""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment