mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 00:16:10 +01:00
minor fixes plus kbd
This commit is contained in:
19
.xinitrc
19
.xinitrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user