[fix] Upload the display ports after re-arranging
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
setxkbmap -option "ctrl:nocaps"
|
||||
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
|
||||
picom --config ~/.config/picom/picom.conf &
|
||||
xrandr --output DP-4 --mode 2560x1440 --refresh 170 --pos 1440x538 --rotate normal --output DP-2 --mode 2560x1440 --pos 0x0 --rotate left --refresh 170
|
||||
# libinput-gestures &
|
||||
#discord --start-minimized &
|
||||
xrandr --output DP-0 --mode 2560x1440 --refresh 170 --pos 1440x538 --rotate normal --output DP-4 --mode 2560x1440 --pos 0x0 --rotate left --refresh 170
|
||||
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
conky &
|
||||
unclutter &
|
||||
|
||||
@@ -6,8 +6,8 @@ xsetroot -cursor_name left_ptr &
|
||||
|
||||
# bspc monitor eDP1 -d I II III IV V VI VII VIII IX X
|
||||
# bspc monitor HDMI1 -d XI XII XIII XIV XV XVI XVII XVIII XIX XX
|
||||
bspc monitor DP-0 -d I II III IV V VI VII
|
||||
bspc monitor DP-4 -d VIII IX X
|
||||
bspc monitor DP-4 -d I II III IV V VI
|
||||
bspc monitor DP-2 -d VII VIII IX X
|
||||
|
||||
|
||||
bspc config border_width 2
|
||||
|
||||
Reference in New Issue
Block a user