dotfiles/hosts/ayypad.toml

13 lines
262 B
TOML
Raw Normal View History

[i3status]
wireless = ["wlp4s0"]
ethernet = ["enp2s0"]
2019-04-02 12:29:45 -05:00
disks = ["/", "/home", "/media/hdd"]
[xinit]
outputs = [
{ name = "eDP", config = ["--auto", "--primary"] },
{ name = "HDMI-A-0" },
{ name = "DisplayPort-0" },
{ name = "DisplayPort-1" },
]