20 lines
479 B
Plaintext
20 lines
479 B
Plaintext
### ###
|
|
# Tycho Station Sway Config #
|
|
### ###
|
|
|
|
# This config file is modular. Set variables here, then use them in
|
|
# drop-in config files located in ~/.config/sway/config.d/
|
|
|
|
set $mod Mod4
|
|
set $alt Mod1
|
|
|
|
set $colors.primary '#815986'
|
|
set $colors.background '#2d272f'
|
|
|
|
### ###
|
|
# HERE BE DRAGONS #
|
|
### ###
|
|
|
|
# Do not edit anything below these comments. You have been warned.
|
|
include ~/.config/sway/config.d/*.conf
|