minor fixes plus kbd

This commit is contained in:
2024-07-23 19:40:55 +02:00
parent 747b4f71da
commit e04ac179dc
7 changed files with 54 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ fc-cache -fv &
# powersaving options
xset +dpms
xset dpms 1200 1800 2100 &
xset dpms 900 1200 2700 &
xset s on &
xset s 900 &
@@ -59,7 +59,19 @@ bash $HOME/.fehbg &
xrdb -merge ~/.Xresources
# screen lock
xss-lock -v -- betterlockscreen -l --time-format '%I:%M %p' &
# xss-lock -v -- betterlockscreen -l --time-format '%I:%M %p' &
xidlehook \
--not-when-fullscreen \
--not-when-audio \
--timer 900 \
'betterlockscreen -l --time-format "%I:%M %p"' \
'' \
--timer 600 \
'xset dpms off' \
'' \
--timer 1800 \
'systemctl suspend' \
'' &
# xdg desktop portal
/usr/lib/xdg-desktop-portal-gtk &
@@ -70,6 +82,9 @@ dunst &
# screenshot daemon
flameshot &
# keyboard rebind
kanata -c ~/.config/kanata/config.kbd &
# dwm status bar
bash $HOME/.config/dwm/bar.sh & disown