mirror of
https://github.com/vale981/dotfiles
synced 2025-03-04 09:01:38 -05:00
12 lines
406 B
Bash
12 lines
406 B
Bash
WIFI_DEV="wlp4s0"
|
|
ETH_DEV="enp0s31f6"
|
|
|
|
MAIN_NET=$WIFI_DEV
|
|
BATTERIES=(BAT0 BAT1)
|
|
MAIN_FONT="Source Code Pro 8"
|
|
MAIN_MONITOR=HDMI-2
|
|
MONITORS=(eDP-1)
|
|
SCREEN_LAYOUT="xrandr --output HDMI-2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-2 --off"
|
|
#MONITORS=(VGA-0 DVI-D-0)
|
|
BAR_POS="bottom"
|
|
|