mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
11 lines
455 B
Bash
11 lines
455 B
Bash
WIFI_DEV=
|
|
ETH_DEV="enp3s0"
|
|
|
|
MAIN_NET=$ETH_DEV
|
|
MAIN_FONT="Source Code Pro 8"
|
|
MAIN_MONITOR=DisplayPort-0
|
|
MONITORS=(DVI-I-0 DisplayPort-2)
|
|
SCREENLAYOUT="xrandr --output DisplayPort-1 --off --output DisplayPort-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DisplayPort-2 --mode 1920x1080 --pos 3840x0 --rotate normal --output DVI-I-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-1 --off"
|
|
RYGEL="true"
|
|
BAR_POS="bottom"
|
|
DPI=96
|