fix
This commit is contained in:
@@ -7,11 +7,18 @@ pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
#bspc monitor Screen-1 -s Screen-2
|
||||
|
||||
#bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
#xrandr -s 1920x1080 &
|
||||
|
||||
# set the screen resolution and you can find your maximum resolution with this Command.
|
||||
# Run xrandr in the terminal.
|
||||
xrandr -s 1920x1080 &
|
||||
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 0
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config normal_border_color "#111212"
|
||||
bspc config active_border_color "#006796"
|
||||
bspc config focused_border_color "#FF000000"
|
||||
|
||||
bspc config window_gap 7
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
@@ -22,10 +29,6 @@ bspc config gapless_monocle true
|
||||
bspc config remove_unplugged_monitors true
|
||||
bspc config remove_disabled_monitors true
|
||||
|
||||
bspc config normal_border_color "#111212"
|
||||
bspc config active_border_color "#006796"
|
||||
bspc config focused_border_color "#FF000000"
|
||||
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config pointer_follows_monitor true
|
||||
bspc config click_to_focus false
|
||||
@@ -57,8 +60,6 @@ nitrogen --restore &
|
||||
pulseaudio --kill &
|
||||
sleep 3
|
||||
pulseaudio --start &
|
||||
|
||||
xscreensaver -nosplash &
|
||||
|
||||
sleep 3
|
||||
sleep 2
|
||||
$HOME/.config/polybar/run-polybar.sh &
|
||||
|
||||
Reference in New Issue
Block a user