[fix] Upload the display ports after re-arranging

This commit is contained in:
Uttarayan
2023-05-25 23:29:49 +05:30
parent ca3370e07c
commit 680f243298
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh #!/bin/sh
setxkbmap -option "ctrl:nocaps" setxkbmap -option "ctrl:nocaps"
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
picom --config ~/.config/picom/picom.conf & 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 & # libinput-gestures &
#discord --start-minimized & #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 export _JAVA_AWT_WM_NONREPARENTING=1
conky & conky &
unclutter & unclutter &

View File

@@ -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 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 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 I II III IV V VI
bspc monitor DP-4 -d VIII IX X bspc monitor DP-2 -d VII VIII IX X
bspc config border_width 2 bspc config border_width 2