Small changes - can't be bothered to explain them

This commit is contained in:
2025-04-05 19:41:40 +01:00
parent e1cc5e133d
commit 20687ad8f6
6 changed files with 9 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.dpi: 144
/* !! solarized */
/* *.color0: #073642 */
/* *.color1: #dc322f */

View File

@@ -6,8 +6,8 @@ killall sxhkd;
sh .xprofile;
xset s 1800;
xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal;
xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal;
xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1;
xrandr --output eDP1 --mode 1920x1080;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &