# Default config for sway
#
# Read `man 5 sway` for a complete reference.

# Leader key
set $mod Mod4

# Movement
set $left h
set $down j
set $up k
set $right l

# Preferred terminal
set $term x-terminal-emulator

# Preferred menu launcher
set $menu rofi -show combi -combi-modes "ssh,window,drun,combi" -terminal $term

# Preferred lock options; specify theme/colors in the --config file 
set $swaylock_args --daemonize \
                   --config ~/.config/themes/current/swaylock \
                   --indicator-radius 40 \
                   --indicator-thickness 15 \
                   --line-uses-ring \
                   --font-size 1 \
                   --disable-caps-lock-text \
                   --hide-keyboard-layout

# Include system-wide configuration
include /etc/sway/config.d/*

# Color scheme
include ~/.config/themes/current/sway.conf

# Include user configuration
include ~/.config/sway/config.d/*
