#Gaps In i3

38 messages · Page 1 of 1 (latest)

subtle halo
#

How do I add gaps in i3 considering i3-gaps is no longer a thing

earnest peak
#

the exact same way you did in i3-gaps

subtle halo
#

well

#

says gaps is not found

earnest peak
#

update

subtle halo
#

wdym update im on a fresh install

earnest peak
#

it's quite literally in the user guide now

#

what is the output of pacman -Qs i3-wm

subtle halo
earnest peak
#

also wait

#

did you try to write gaps in the terminal

subtle halo
#

yes

earnest peak
#

...

honest thistleBOT
#

Too few arguments for command note!
Usage: .note <name>

subtle halo
#

what

earnest peak
#

if you read the manual, gaps is a configuration option

subtle halo
#

so i have to add it to the config

earnest peak
#

it's literally under the configuration section, yes

#

i3 also allows commands at runtime, but this isn't the same as the terminal

subtle halo
#

do i have to exec it

earnest peak
#

if you want to set the gap, set it in the config, the only point of doing it at runtime is to test settings out

#

pretty much all your questions here can be answered by reading the i3 manual

#

if you question is regarding i3-gaps vs i3, they're the same thing now

#

code was merged, and the manual will reflect that

subtle halo
#

got it, added

#

is there a way to do rounded gaps

earnest peak
#

not upstream IIRC

#

much less maintained, I don't suggest using that unless you want to personally fix things

#

otherwise you would have to do it in the compositor, picom might have an option?

subtle halo
#

this is fine

#

how do i make terminator transparent, i set the setting but it isnt working

earnest peak
#

you need a compositor, picom also fixes that for you

#

i3 is a X window manager, but it does not compose windows. If you use X without a compositor, the default behavior is to have no alpha channel blending w/ the xorg driver.

#

if you install and run picom you will see transparency instantly function

#

picom also has a bunch of other stuff, shadows, etc.