hardware (652B)
1 font pango:monospace 10 2 titlebar_padding 1 3 4 # output eDP-1 bg ~/Pictures/wallpaper.jpg fill 5 6 output * bg #181818 solid_color 7 output eDP-1 resolution 2560x1440 scale 1.5 8 9 exec swayidle -w \ 10 timeout 600 'swaylock -f -c 000000' \ 11 timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ 12 before-sleep 'swaylock -f -c 000000; gpg-connect-agent --no-autostart reloadagent /bye' 13 14 input type:keyboard { 15 xkb_options "caps:escape" 16 } 17 18 input "1133:49271:Logitech_USB_Optical_Mouse" { 19 pointer_accel -0.6 20 } 21 22 input "2:10:TPPS/2_Elan_TrackPoint" { 23 pointer_accel -0.2 24 } 25 26 exec artix-pipewire-launcher.sh &