This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing xone v0.3... | |
Sign command: /lib/modules/5.19.6-200.fc36.x86_64/build/scripts/sign-file | |
Signing key: /var/lib/dkms/mok.key | |
Public certificate (MOK): /var/lib/dkms/mok.pub | |
Creating symlink /var/lib/dkms/xone/v0.3/source -> /usr/src/xone-v0.3 | |
Building module: | |
Cleaning build area... | |
make -j16 KERNELRELEASE=5.19.6-200.fc36.x86\_64 -C /lib/modules/5.19.6-200.fc36.x86\_64/build | |
M=/var/lib/dkms/xone/v0.3/build... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
【RK3399 14寸纯国产14.6mm轻薄笔记本(支持国产系统:统信os)】复制¥2PcmTbS6454aa¥,打开【手机阿里】或【支付宝-点首页进行搜索】查看:https://qr.1688.com/s/0enCsctz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Idle configuration | |
exec swayidle -w \ | |
timeout 315 'swaymsg "output * dpms off"' \ | |
timeout 300 'swaylock -f' \ | |
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ | |
before-sleep 'playerctl pause' \ | |
before-sleep 'swaylock' \ | |
resume 'swaymsg "output * dpms on"' |