dotfiles/config.desktop.sh

14 lines
371 B
Bash
Raw Normal View History

2018-03-23 14:13:52 +01:00
WIFI_DEV=
ETH_DEV="enp3s0"
MAIN_NET=$ETH_DEV
MAIN_FONT="Source Code Pro 8"
MONITORS=($(xrandr | rg -i "\sconnected" | rg -v eDP | cut -d" " -f1))
MAIN_MONITOR=${MONITORS[2]}
SIDE_MONITORS=($(xrandr | rg -i "\sconnected" | rg -v eDP | cut -d" " -f1 | grep -v $MAIN_MONITOR))
2018-09-28 16:42:55 +02:00
RYGEL="true"
2018-03-23 14:13:52 +01:00
BAR_POS="bottom"
2020-12-31 16:06:53 +01:00
DPI=91
2020-08-12 22:58:27 +02:00
TERM_FONT_SIZE=9
2021-01-01 18:07:02 +01:00
SCREENLAYOUT="~/.screenlayout/desktop.sh"