mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
i3: config: Added border around windows.
Hi! This change is related to one of your yt videos (https://youtu.be/Ja-DgvGPDu8?t=1m11s): i3-gaps does not work correctly with window title bars, pixel-style borders work fine though (example: https://i.imgur.com/Pvu2jBc.png). From github.com/Airblader/i3 : "... disable them via for_window [class="^.*"] border pixel 0 in your config. You can also use any non-zero value as long as you only use pixel-style borders." I hope this helps. Cheers!
This commit is contained in:
parent
beeb578468
commit
0676f9bb26
@ -9,7 +9,8 @@
|
|||||||
###---Basic Definitions---###
|
###---Basic Definitions---###
|
||||||
#Needed for i3-gaps
|
#Needed for i3-gaps
|
||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
for_window [class="^.*"] border pixel 0
|
new_window 1pixel
|
||||||
|
smart_borders on
|
||||||
gaps inner 15
|
gaps inner 15
|
||||||
gaps outer 15
|
gaps outer 15
|
||||||
font pango:hack 9
|
font pango:hack 9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user