dotfiles/sway/.config/sway/config

28 lines
542 B
Plaintext

# vim: ft=swayconfig
# Set super key as mod key
set $mod Mod4
# Arrow keys as direction keys
set $left Left
set $down Down
set $up Up
set $right Right
# Terminal emulator
set $term alacritty
# Application launcher
set $menu exec $term --class launcher -t "Application Launcher" -e env HIST_FILE="" /usr/bin/sway-launcher-desktop
# Wallpaper
output * bg /usr/share/backgrounds/Artix_dna_spiral_dark.jpg fill
# Waybar as status bar
bar {
swaybar_command waybar
}
# Read the rest of the config files
include ~/.config/sway/config.d/*