Removed i3-gaps-rounded-related configuration

This commit is contained in:
Lucien Cartier-Tilet 2020-04-10 11:30:22 +02:00
parent dadff6f8e1
commit cbae651ab1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -58,9 +58,8 @@
as which software allowed where, autostart, and launching software with as which software allowed where, autostart, and launching software with
shortcuts. shortcuts.
It is to be noted I am using [[https://github.com/resloved/i3][resloveds fork of i3]], =i3-gaps-rounded=. Some It is to be noted I am using [[https://github.com/Airblader/i3][Airbladers fork of i3]], =i3-gaps=. Some
configuration will not work with =i3-gaps=, and some will not work with configuration will not work with =i3=.
vanilla =i3= either.
#+BEGIN_SRC conf :exports none #+BEGIN_SRC conf :exports none
# -*- mode: conf -*- # -*- mode: conf -*-
@ -234,9 +233,8 @@
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: h-52a82bb4-42b0-4740-aae6-79636072dc62 :CUSTOM_ID: h-52a82bb4-42b0-4740-aae6-79636072dc62
:END: :END:
As mentioned in at the beginning of this document, I am using As mentioned in at the beginning of this document, I am using i3-gaps, which
i3-gaps-rounded, which brings rounded corners to i3-gaps, a fork of i3 which brings spacing (gaps) between windows to i3.
brings spacing (gaps) between tiled windows.
First, I want space around my windows only when there are several containers First, I want space around my windows only when there are several containers
on the same screen, otherwise they will be maximized. on the same screen, otherwise they will be maximized.
@ -263,12 +261,6 @@
gaps outer -10 gaps outer -10
#+END_SRC #+END_SRC
And I am not using i3-gaps-rounded for nothing: my containers that are not
tiled will get their corners rounded with a radius of five pixels.
#+BEGIN_SRC conf
border_radius 5
#+END_SRC
Some parameters are also available when it comes to the colors i3 uses. Some parameters are also available when it comes to the colors i3 uses.
Honestly, we wont see these colors much, so lets simply keep the default Honestly, we wont see these colors much, so lets simply keep the default
values. values.