Compare commits

..

No commits in common. "74df81e9d07189d2208e7100ceb3efc3008a6874" and "2211f362241dc27c07b2de5e9ddf4277b671edd9" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -1,8 +0,0 @@
# use `man 5 fwupd.conf` for documentation
[fwupd]
DisabledPlugins=test;test_ble
OnlyTrusted=true
AllowEmulation=false
[uefi_capsule]
DisableCapsuleUpdateOnDisk=true

View File

@ -44,12 +44,12 @@ exec_always {
# timeout
exec swayidle -w \
timeout 300 'playerctl -a pause && swaylock' \
timeout 600 'swaymsg "output * power off"' \
timeout 600 'swaymsg "output * dpms off"' \
before-sleep 'playerctl -a pause' \
lock 'swaylock' \
resume 'swaymsg "output * power on"'
resume 'swaymsg "output * dpms on"'
# system lock
# screen lock
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
systemctl suspend && \
swaylock"