mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
; Global Settings
|
|
|
|
[settings]
|
|
screenchange-reload = true
|
|
|
|
[colors]
|
|
transparent = #00ffffff
|
|
background = ${xrdb:background}
|
|
foreground = ${xrdb:foreground}
|
|
foreground-alt = ${xrdb:highlight}
|
|
|
|
border = ${xrdb:i3_focused}
|
|
|
|
urgent = ${xrdb:i3_urgent}
|
|
focused = ${xrdb:i3_focused}
|
|
unfocused = ${xrdb:foreground}
|