Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
fa112d04
Commit
fa112d04
authored
Oct 14, 2018
by
Jay Ta'ala
Browse files
Added mod+click shortcut for fullscreen. Re-enabled screen tearing resolution in compton.
parent
d8fcafb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
compton/compton.conf
View file @
fa112d04
...
...
@@ -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'"
];
...
...
i3/config
View file @
fa112d04
...
...
@@ -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
...
...
i3status/.i3status.conf.py3status
View file @
fa112d04
...
...
@@ -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 = ""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment