2018-09-28 16:42:55 +02:00
|
|
|
WIFI_DEV="wlp4s0"
|
|
|
|
ETH_DEV="enp0s31f6"
|
2018-03-04 10:07:06 +01:00
|
|
|
|
|
|
|
MAIN_NET=$WIFI_DEV
|
2018-09-28 16:42:55 +02:00
|
|
|
BATTERIES=(BAT0 BAT1)
|
2018-03-04 10:07:06 +01:00
|
|
|
MAIN_FONT="Source Code Pro 8"
|
2018-09-28 16:42:55 +02:00
|
|
|
MAIN_MONITOR=eDP-1
|
2019-02-12 13:10:26 +01:00
|
|
|
SCREEN_LAYOUT="xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off"
|
2018-03-23 14:13:52 +01:00
|
|
|
#MONITORS=(VGA-0 DVI-D-0)
|
|
|
|
BAR_POS="bottom"
|
2020-04-29 10:59:55 +02:00
|
|
|
LAPTOP=true
|
2020-08-12 22:58:27 +02:00
|
|
|
TERM_FONT_SIZE=6
|