This commit is contained in:
vibikim 2021-03-23 09:57:44 +02:00
parent a1fb6f07d2
commit 0ae69871e8
2 changed files with 5 additions and 5 deletions

View file

@ -8,4 +8,4 @@ export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="brave"
export READER="xreader"
export FILEMANAGER="nemo"
export FILEMANAGER="thunar"

View file

@ -11,7 +11,7 @@ picom --experimental-backends &
dunst &
copyq &
nm-applet &
blueman-applet &
#blueman-applet &
xfce4-power-manager &
numlockx on &
/usr/bin/lxqt-policykit-agent &
@ -20,13 +20,13 @@ numlockx on &
# MONITORS
###
if [ "`hostname`" = "beef-book" ]; then
if [ -n "`polybar -m | grep "DP-4"`" ]; then
if [ -n "`polybar -m | grep "DP-1"`" ]; then
# for docked desktop use: assign 2 workspaces to the second VGA monitor accordingly if it is connected
if [ -n "`polybar -m | grep "VGA-0"`" ]; then
bspc monitor "DP-4" -d 1 2 3 4 5 6 7
bspc monitor "DP-1" -d 1 2 3 4 5 6 7
bspc monitor "VGA-0" -d 8 9
else
bspc monitor "DP-4" -d 1 2 3 4 5 6 7 8 9
bspc monitor "DP-1" -d 1 2 3 4 5 6 7 8 9
fi
#elif [ -n "`polybar -m | grep "VGA-0"`" ]; then
# if [ -n "`polybar -m | grep "LVDS-1-1"`" ]; then