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/env/laptop/sway/config.d/main

21 lines
538 B
Plaintext
Raw Normal View History

exec libinput-gestures -c $DOTFILES_PATH/apps/de/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'
# TODO: setup displays (when docked for work?)
2020-09-05 15:43:55 -05:00
output eDP-1 res 1600x900 pos 0 0
2020-03-24 12:05:08 -05:00
2020-05-18 15:34:35 -05:00
bindswitch lid:toggle exec swaylock
2020-05-23 17:31:36 -05:00
input type:touchpad {
dwt enabled
tap enabled
natural_scroll enabled
middle_emulation enabled
pointer_accel 0.33
}
input type:keyboard {
xkb_options ctrl:nocaps
}