From 56d7c8af1419d3b0788d7b785f28c8476fe6b87e Mon Sep 17 00:00:00 2001 From: azpsen Date: Mon, 10 Mar 2025 10:31:38 -0500 Subject: [PATCH] update bspwmrc for laptop --- .config/bspwm/bspwmrc | 10 ++++++++-- .config/bspwm/scripts/launch-polybar.sh | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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