aboutsummaryrefslogtreecommitdiff
path: root/.config/bspwm/bspwmrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x.config/bspwm/bspwmrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 891ca0d..50be079 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -5,7 +5,6 @@ export SXHKD_SHELL=sh
pgrep -x sxhkd > /dev/null || sxhkd &
$HOME/.config/polybar/launch.sh &
feh --auto-reload --bg-fill /usr/share/backgrounds/background.png &
-xrandr --output HDMI1 --auto --same-as eDP1 --mode 1920x1080 &
dunst &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
@@ -30,7 +29,11 @@ xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1 &
#xinput set-prop ${TID} ${PROP_NO} -106 -106
#bspc monitor -d I II III IV V VI VII VIII IX X
+xrandr --output eDP1 --primary --auto
+xrandr --output HDMI1 --same-as eDP1 --auto
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
+#bspc monitor eDP1 -d 1 2 3 4 5
+#bspc monitor HDMI1 -s -d 6 7 8 9 10
bspc config border_width 2
bspc config window_gap 12