diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-06-05 18:44:14 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-06-05 18:44:14 +0000 |
commit | 32bfefb810b16920b2882e638045959991b46aa6 (patch) | |
tree | 6b645c688ce24d4c082dec6b401814e024ec387c /.config/bspwm | |
parent | 720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0 (diff) | |
download | dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar.gz dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar.bz2 dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar.lz dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar.xz dotfiles-32bfefb810b16920b2882e638045959991b46aa6.tar.zst dotfiles-32bfefb810b16920b2882e638045959991b46aa6.zip |
Minor updates
Diffstat (limited to '.config/bspwm')
-rwxr-xr-x | .config/bspwm/bspwmrc | 5 |
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 |