diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index ba9f834..27e754c 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -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 & diff --git a/.config/bspwm/scripts/launch-polybar.sh b/.config/bspwm/scripts/launch-polybar.sh index fffe598..342a6f4 100755 --- a/.config/bspwm/scripts/launch-polybar.sh +++ b/.config/bspwm/scripts/launch-polybar.sh @@ -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