update bspwmrc for laptop

This commit is contained in:
azpsen 2025-03-10 10:31:38 -05:00
parent e17228ef61
commit 56d7c8af14
2 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,11 @@
pgrep -x sxhkd > /dev/null || sxhkd &
bspc monitor DP-0 -d 1 2 3 4 5
bspc monitor HDMI-0 -d 6 7 8 9 0
# use DP-0 on desktop
bspc monitor eDP-1 -d 1 2 3 4 5
# enable on desktop
#bspc monitor HDMI-0 -d 6 7 8 9 0
bspc config remove_disabled_monitors false
bspc config remove_unplugged_monitors false
@ -64,6 +67,9 @@ pgrep -x caffeine > /dev/null || caffeine &
# polkit authentication agent
pgrep -x lxsession > /dev/null || lxsession &
# wallpaper
xwallpaper --zoom /home/april/wall/art/police.jpg
# compositor
killall picom
picom --no-fading-openclose &

View File

@ -1,6 +1,6 @@
#!/bin/bash
#!/bin/sh
killall -q polybar
polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown
# polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown