Compare commits

..

No commits in common. "1fefd4ee87f829d71f224067c4214372e83dd2ea" and "ad096560fbc8f0521fae1b203dde1aecbd1aefcd" have entirely different histories.

1 changed files with 5 additions and 5 deletions

10
bspwmrc
View File

@ -7,17 +7,17 @@ if [ "$_hostname" = Patricia ] ; then
# create full virtual monitor # create full virtual monitor
bspc wm --add-monitor FULL 3840x1080+1920+0 bspc wm --add-monitor FULL 3840x1080+1920+0
# aoc 1
bspc monitor VGA-0 -d α β γ δ ε ζ η
# virtual monitor # virtual monitor
bspc monitor FULL -d I II III IV V VI VII VIII IX X bspc monitor FULL -d I II III IV V VI VII VIII IX X
# aoc 1
bspc monitor VGA-1 -d α β γ δ ε ζ η θ ι κ
# aoc 2 # aoc 2
# bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 bspc monitor HDMI-0 -d 1 2 3 4 5 6 7
# the other one # the other one
# bspc monitor DVI-0 -d 001 010 011 100 101 110 111 bspc monitor DVI-0 -d 001 010 011 100 101 110 111
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia & sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
elif [ "$_hostname" = Pamela ] ; then elif [ "$_hostname" = Pamela ] ; then