From ecfa73ba7d40215b5915921722634cebf383e2f3 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 7 Jun 2022 02:23:29 -0700 Subject: [PATCH] made discernment between desktop and laptop screen names --- bspwm/bspwmrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index b5b1dd17..773f2178 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -8,11 +8,13 @@ feh --bg-fill /home/brian/Pictures/leaves.jpg & bst -e btop & #sxhkd keybindings (unneccessary since it is called from ~/.xinitrc) -# pgrep -x sxhkd > /dev/null || sxhkd & - +pgrep -x sxhkd > /dev/null || sxhkd -c /home/brian/.config/sxhkd/sxhkdrc & # Monitor(s) # bspc monitor -d I II III IV V VI VII VIII IX X -bspc monitor HDMI-0 -d 1 2 3 4 5 6 7 8 9 10 +# Desktop +# bspc monitor HDMI-0 1 2 3 4 5 6 7 8 9 10 +# Laptop +bspc monitor eDP1 -d 1 2 3 4 5 6 7 8 9 10 #Global Settings bspc config automatic_scheme alternate