añade openGL y elimina outer gaps de i3
This commit is contained in:
parent
d683982e7f
commit
a16a3144f8
|
@ -42,6 +42,8 @@
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
|
|
|
@ -179,7 +179,7 @@ bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
for_window [class=".*"] border pixel 0
|
for_window [class=".*"] border pixel 0
|
||||||
gaps outer 10
|
gaps outer -10
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
|
|
Loading…
Reference in a new issue