Cannot be bothered to explain - just read the changes if you want

This commit is contained in:
2024-12-03 14:08:13 +00:00
parent c4c7563ea5
commit 51c373b3cb
10 changed files with 297 additions and 219 deletions

View File

@@ -6,10 +6,8 @@ killall sxhkd;
sh .xprofile;
xset s 1800;
xrandr --auto --output eDP1 --primary;
xrandr --auto --output HDMI1 --left-of eDP1 --scale 1.25x1.25;
xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024;
xrandr --auto --output VGA1 --primary --mode 1920x1080;
xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal;
xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &
@@ -19,6 +17,7 @@ picom --backend xrender --no-fading-openclose &
sxhkd &
dwmblocks &
while :; do
while :
do
dwm
done