14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
|
# i3 config file (v4)
|
||
|
|
||
|
# ISO 10646 = Unicode
|
||
|
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||
|
|
||
|
mode "conf" {
|
||
|
}
|
||
|
|
||
|
bar {
|
||
|
# disable i3bar
|
||
|
i3bar_command :
|
||
|
status_command i3status
|
||
|
}
|