scoooop
This commit is contained in:
parent
a1fb6f07d2
commit
0ae69871e8
2 changed files with 5 additions and 5 deletions
2
.profile
2
.profile
|
@ -8,4 +8,4 @@ export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="brave"
|
export BROWSER="brave"
|
||||||
export READER="xreader"
|
export READER="xreader"
|
||||||
export FILEMANAGER="nemo"
|
export FILEMANAGER="thunar"
|
||||||
|
|
|
@ -11,7 +11,7 @@ picom --experimental-backends &
|
||||||
dunst &
|
dunst &
|
||||||
copyq &
|
copyq &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
blueman-applet &
|
#blueman-applet &
|
||||||
xfce4-power-manager &
|
xfce4-power-manager &
|
||||||
numlockx on &
|
numlockx on &
|
||||||
/usr/bin/lxqt-policykit-agent &
|
/usr/bin/lxqt-policykit-agent &
|
||||||
|
@ -20,13 +20,13 @@ numlockx on &
|
||||||
# MONITORS
|
# MONITORS
|
||||||
###
|
###
|
||||||
if [ "`hostname`" = "beef-book" ]; then
|
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
|
# 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
|
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
|
bspc monitor "VGA-0" -d 8 9
|
||||||
else
|
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
|
fi
|
||||||
#elif [ -n "`polybar -m | grep "VGA-0"`" ]; then
|
#elif [ -n "`polybar -m | grep "VGA-0"`" ]; then
|
||||||
# if [ -n "`polybar -m | grep "LVDS-1-1"`" ]; then
|
# if [ -n "`polybar -m | grep "LVDS-1-1"`" ]; then
|
||||||
|
|
Loading…
Reference in a new issue