Fix sudo problem, disable screensaver.
This commit is contained in:
parent
fb9d04b7ef
commit
e2532c6684
@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
@ -44,6 +44,11 @@ setxkbmap -option caps:escape
|
||||
# Set mouse settings
|
||||
mouse-settings
|
||||
|
||||
# Disable screensaver
|
||||
xset dpms 0 0 0
|
||||
xset s off
|
||||
xset s noblank
|
||||
|
||||
# Recompile xmonad
|
||||
xmonad --recompile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user