dotfiles/config.desktop.sh

14 lines
374 B
Bash
Raw Normal View History

2018-03-23 14:13:52 +01:00
WIFI_DEV=
ETH_DEV="enp3s0"
MAIN_NET=$ETH_DEV
2022-12-21 11:54:17 -05:00
MAIN_FONT="Source Code Pro 12"
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"
2022-11-22 18:01:33 +01:00
DPI=157
2022-12-21 11:54:17 -05:00
TERM_FONT_SIZE=12
2021-01-01 18:07:02 +01:00
SCREENLAYOUT="~/.screenlayout/desktop.sh"