This commit is contained in:
alex 2021-10-23 17:22:27 -04:00
parent ae2dac120f
commit 46579b3c96
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ font:
x: 0 x: 0
y: 5 y: 5
background_opacity: 0.5 background_opacity: 0.75
colors: colors:
# Default colors # Default colors

View File

@ -191,3 +191,7 @@ done
# Start picom # Start picom
picom --experimental-backends --backend glx & picom --experimental-backends --backend glx &
# Disable screensaver
xset s off
xset -dpms