Browse Source

Updated panel scripts for default monitor number.

master
Daniel Sissom 2 months ago
parent
commit
f2652d94ae
Signed by: djsissom GPG Key ID: 2C30FFB796852389
4 changed files with 5 additions and 4 deletions
  1. + 2
    - 1
      bspwm/bspwmrc
  2. + 1
    - 1
      bspwm/panel/scripts/calendar
  3. + 1
    - 1
      bspwm/panel/scripts/powermenu
  4. + 1
    - 1
      bspwm/panel/scripts/sysmenu

+ 2
- 1
bspwm/bspwmrc

@ -71,7 +71,8 @@ for i in {1..6}; do
bspc desktop --focus next;
bspc monitor --focus next;
done
bspc monitor --focus next;
bspc monitor --focus DP-2
#bspc monitor -r Desktop2

+ 1
- 1
bspwm/panel/scripts/calendar

@ -10,7 +10,7 @@ ORIG_IFS=$IFS
IFS=" " read current_month current_year <<< $(date +"%m %Y")
IFS=$ORIG_IFS
screen=3
screen=1
OPTS=`getopt -o m:y:s: -- "$@"`
eval set -- "$OPTS"

+ 1
- 1
bspwm/panel/scripts/powermenu

@ -10,7 +10,7 @@ fi
color0="#000000"
color5="#FFFFFF"
screen=3
screen=1
out="Power
lock

+ 1
- 1
bspwm/panel/scripts/sysmenu

@ -10,7 +10,7 @@ fi
color0="#000000"
color5="#FFFFFF"
screen=3
screen=1
out="Start
urxvt

Loading…
Cancel
Save