Fix sudo problem, disable screensaver.

This commit is contained in:
CronyAkatsuki 2024-08-08 19:46:00 +02:00
parent fb9d04b7ef
commit e2532c6684

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
sudo 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 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 70000 &>/dev/null &
userresources=$HOME/.config/X11/xresources userresources=$HOME/.config/X11/xresources
usermodmap=$HOME/.Xmodmap usermodmap=$HOME/.Xmodmap
@ -44,6 +44,11 @@ setxkbmap -option caps:escape
# Set mouse settings # Set mouse settings
mouse-settings mouse-settings
# Disable screensaver
xset dpms 0 0 0
xset s off
xset s noblank
# Recompile xmonad # Recompile xmonad
xmonad --recompile xmonad --recompile