From 680f243298f6a5db3d8577204f55fbafedde56b3 Mon Sep 17 00:00:00 2001 From: Uttarayan Date: Thu, 25 May 2023 23:29:49 +0530 Subject: [PATCH] [fix] Upload the display ports after re-arranging --- config/X11/xinitrc | 4 ++-- config/bspwm/bspwmrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/X11/xinitrc b/config/X11/xinitrc index f78d592f..6bfae5c2 100755 --- a/config/X11/xinitrc +++ b/config/X11/xinitrc @@ -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 & diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 41a8aec5..941c9692 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -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