Update.
This commit is contained in:
parent
0f42ec4d1f
commit
d74b672e60
13 changed files with 89 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo $HOME/bin/misc/ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 70000 &>/dev/null &
|
||||
sudo $HOME/bin/misc/ryzenadj-service --stapm-limit 30000 --fast-limit 30000 --slow-limit 30000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 50000 &>/dev/null &
|
||||
|
||||
userresources=$HOME/.config/X11/xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
|
@ -53,6 +53,10 @@ xset s noblank
|
|||
xmonad --recompile
|
||||
|
||||
# Set wallpaper
|
||||
xwallpaper --zoom $HOME/pics/wallpaper.png
|
||||
xwallpaper --zoom "$HOME"/pics/wallpaper.png
|
||||
|
||||
if [ -f "$HOME"/.cache/gaming.lock ]; then
|
||||
rm -rf "$HOME"/.cache/gaming.lock
|
||||
fi
|
||||
|
||||
exec xmonad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue