General update.

This commit is contained in:
CronyAkatsuki 2024-01-08 16:21:00 +01:00
parent c48c68db9f
commit 64de56b9fe

View File

@ -2,22 +2,19 @@
sudo ryzenadj-service & sudo ryzenadj-service &
# Enable Tear Free # disbale laptop monitor if external is connected
xrandr --output eDP --set TearFree on external-monitor.sh
# toggle tear-free on
toggle-xrandr on
# Set disable screensaver and set dmps to 0 # Set disable screensaver and set dmps to 0
xset dpms 0 0 0 xset dpms 0 0 0
xset s off xset s off
xset s noblank xset s noblank
# set scaling to 1.25
xrandr --dpi 120
# Load xresources # Load xresources
xrdb $HOME/.config/X11/xresources xrdb "$HOME"/.config/X11/xresources
# Disable mouse acceleration and change sensitivity
mouse-settings
# Hide the mouse after 5 seconds # Hide the mouse after 5 seconds
unclutter --timeout 5 & unclutter --timeout 5 &
@ -29,15 +26,15 @@ xsetroot -cursor_name left_ptr
setxkbmap -option caps:escape setxkbmap -option caps:escape
# Use the xresources settings # Use the xresources settings
xrdb -merge $HOME/.Xresources xrdb -merge "$HOME"/.Xresources
# Recompile xmonad # Recompile xmonad
xmonad --recompile xmonad --recompile
# Set wallpaper # Set wallpaper
xwallpaper --stretch $HOME/pics/wallpapers/wawe.jpg xwallpaper --stretch "$HOME"/pics/wallpapers/wawe.jpg
[ -f "$HOME/.cache/gaming.lock" ] && rm $HOME/.cache/gaming.lock [ -f "$HOME/.cache/gaming.lock" ] && rm "$HOME"/.cache/gaming.lock
# Run xmonad with dbus # Run xmonad with dbus
exec dbus-launch --exit-with-session xmonad exec dbus-launch --exit-with-session xmonad