(XServer)~xrandr records for monitors, picom now uses vsync
This commit is contained in:
@@ -7,17 +7,16 @@ sh .xprofile;
|
||||
xset s 1800;
|
||||
|
||||
xrandr --auto --output HDMI1 --primary;
|
||||
xrandr --auto --output eDP1 --right-of HDMI1;
|
||||
xrandr --auto --output VGA1 --primary --left-of DP1;
|
||||
xrandr --auto --output DP1;
|
||||
xrandr --auto --output eDP1 --right-of HDMI1;
|
||||
xrandr --auto --output VGA1 --primary --mode 1920x1080;
|
||||
xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024;
|
||||
|
||||
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
|
||||
$HOME/.local/scripts/background &
|
||||
|
||||
systemctl --user start emacs &
|
||||
$HOME/.local/scripts/status/music_update_bar &
|
||||
dunst &
|
||||
picom &
|
||||
picom --backend glx --vsync &
|
||||
sxhkd &
|
||||
dwmblocks &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user