dotfiles/config.laptop-ext.sh

13 lines
406 B
Bash
Raw Normal View History

2019-01-21 16:16:13 +01:00
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)
2019-02-12 13:10:26 +01:00
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"
2019-01-21 16:16:13 +01:00
#MONITORS=(VGA-0 DVI-D-0)
BAR_POS="bottom"
2019-02-12 13:10:26 +01:00