made discernment between desktop and laptop screen names
This commit is contained in:
parent
f10eef85aa
commit
ecfa73ba7d
1 changed files with 5 additions and 3 deletions
|
|
@ -8,11 +8,13 @@ feh --bg-fill /home/brian/Pictures/leaves.jpg &
|
||||||
bst -e btop &
|
bst -e btop &
|
||||||
|
|
||||||
#sxhkd keybindings (unneccessary since it is called from ~/.xinitrc)
|
#sxhkd keybindings (unneccessary since it is called from ~/.xinitrc)
|
||||||
# pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc &
|
||||||
|
|
||||||
# Monitor(s)
|
# Monitor(s)
|
||||||
# bspc monitor -d I II III IV V VI VII VIII IX X
|
# bspc monitor -d I II III IV V VI VII VIII IX X
|
||||||
bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9 10
|
# Desktop
|
||||||
|
# bspc monitor HDMI-0 1 2 3 4 5 6 7 8 9 10
|
||||||
|
# Laptop
|
||||||
|
bspc monitor eDP1 -d 1 2 3 4 5 6 7 8 9 10
|
||||||
|
|
||||||
#Global Settings
|
#Global Settings
|
||||||
bspc config automatic_scheme alternate
|
bspc config automatic_scheme alternate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue