This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/host/laptop/third/sway/config

13 lines
378 B
Plaintext

exec libinput-gestures -c $DOTFILES_PATH/os/linux/libinput/sway-gestures.conf
exec swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
bindswitch lid:toggle exec swaylock
input type:keyboard {
xkb_options ctrl:nocaps
}
input type:touchscreen {
events disabled
}