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
Raw Normal View History

2021-03-29 21:50:36 -05:00
exec libinput-gestures -c $DOTFILES_PATH/os/linux/libinput/sway-gestures.conf
2021-06-21 11:14:28 -05:00
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'
2021-03-29 21:50:36 -05:00
2020-11-06 00:31:43 -06:00
bindswitch lid:toggle exec swaylock
2021-03-29 21:50:36 -05:00
2020-11-06 00:31:43 -06:00
input type:keyboard {
xkb_options ctrl:nocaps
}
2021-03-29 21:50:36 -05:00
2020-11-20 20:35:46 -06:00
input type:touchscreen {
events disabled
}