
# Colors from pywal
include "$HOME/.cache/wal/colors-sway"

## Keybinds

include ~/.config/sway/keybinds.conf
include ~/.config/sway/execs.conf

include ~/.config/sway/outputs
include ~/.config/sway/workspaces

include ~/.config/sway/decorations.conf
# Set the default font
font "Iosevka Nerd Font 12"

# support for X apps
# exec /usr/bin/Xwayland
# set $DISPLAY :0

# libinput configuration
input "type:touchpad" {
    tap enabled
    natural_scroll enabled
    dwt enabled
    scroll_method two_finger
    pointer_accel 0.3
}
include /etc/sway/config.d/*
