mirror of https://gitlab.com/dabruh/dotfiles.git
Add i3hwlock.
This commit is contained in:
parent
862f6ae052
commit
823ddd6005
|
@ -2,4 +2,7 @@
|
||||||
exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3exit lock
|
exec_always --no-startup-id xss-lock --transfer-sleep-lock -- i3exit lock
|
||||||
|
|
||||||
# lock screen after inactivity
|
# lock screen after inactivity
|
||||||
exec --no-startup-id xautolock -time $lock_after_min -locker 'i3exit lock' -notify $lock_notify_sec -notifier 'notify-send --icon=gtk-info xautolock "The screen will lock soon"'
|
exec --no-startup-id xautolock -time $lock_after_min -locker 'loginctl lock-session' -notify $lock_notify_sec -notifier 'notify-send --icon=gtk-info xautolock "The screen will lock soon"'
|
||||||
|
|
||||||
|
# Run i3hwlock
|
||||||
|
exec_always --no-startup-id pgrep i3hwlock || i3hwlock
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pacman-any:feh,i3exit,i3status,network-manager-applet,pasystray,xautolock,xss-lock,noto-fonts-emoji
|
pacman-any:feh,i3exit,i3status,network-manager-applet,pasystray,xautolock,inotify-tools,xss-lock,noto-fonts-emoji
|
||||||
pacman-any:gst-libav,phonon-qt5-gstreamer,gst-plugins-good,qt5-quickcontrols,qt5-graphicaleffects,qt5-multimedia
|
pacman-any:gst-libav,phonon-qt5-gstreamer,gst-plugins-good,qt5-quickcontrols,qt5-graphicaleffects,qt5-multimedia
|
||||||
pacman-any:code,vim
|
pacman-any:code,vim
|
||||||
pacman-laptop:brightnessctl
|
pacman-laptop:brightnessctl
|
||||||
|
|
Loading…
Reference in New Issue