Rearrange and add config for my desktop

This commit is contained in:
2025-07-10 00:12:38 +01:00
parent a97176b5f6
commit 8fb1ff1944
2 changed files with 9 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
echo "㊋ $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C" echo "㊋ $(sensors | grep "Tctl" | sed 's/Tctl:.*+\(.*\)C.*/\1/')C"

View File

@@ -1,21 +1,21 @@
#!/bin/sh #!/bin/sh
killall picom;
killall sxhkd; killall sxhkd;
sh .xprofile; sh .xprofile;
xset s 1800; xset s 1800;
xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1; xrandr --output HDMI1 --auto --mode 1920x1080 --left-of eDP1;
xrandr --output eDP1 --mode 1920x1080; xrandr --output eDP1 --auto --mode 1920x1080;
xrandr --output HDMI-0 --auto --mode 1920x1080 --right-of HDMI-1-1;
xrandr --output HDMI-1-1 --auto --mode 1920x1080 --left-of HDMI-0;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &
dunst &
picom --backend xrender --no-fading-openclose &
sxhkd & sxhkd &
dunst &
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
dwmblocks & dwmblocks &
$HOME/.local/scripts/compositor &
$HOME/.local/scripts/background &
while : while :
do do