dotfiles/sway/.config/sway/config

29 lines
509 B
Plaintext
Raw Normal View History

# vi: ft=swayconfig
2021-10-02 20:59:11 +00:00
# Set super key as mod key
2021-10-02 20:59:11 +00:00
set $mod Mod4
# Arrow keys as direction keys
2021-10-02 20:59:11 +00:00
set $left Left
set $down Down
set $up Up
set $right Right
# Terminal emulator
2021-10-02 20:59:11 +00:00
set $term alacritty
# Application launcher
set $menu exec $term -o window.opacity=0.85 \
--class launcher \
-t "Application Launcher" \
-e env HIST_FILE="" \
/usr/bin/sway-launcher-desktop
2021-10-02 20:59:11 +00:00
# Waybar as status bar
2021-10-02 20:59:11 +00:00
bar {
swaybar_command waybar
}
# Read the rest of the config files
2021-10-02 20:59:11 +00:00
include ~/.config/sway/config.d/*