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;
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
|
|
@ -179,7 +179,7 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
# Gaps
|
||||
for_window [class=".*"] border pixel 0
|
||||
gaps outer 10
|
||||
gaps outer -10
|
||||
gaps inner 10
|
||||
|
||||
# screenshot
|
||||
|
|
Loading…
Reference in a new issue