[sway] add user config file
This commit is contained in:
parent
159b8e0c0b
commit
f041e90d75
1 changed files with 34 additions and 0 deletions
34
sway/config
Normal file
34
sway/config
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Default config for sway
|
||||
#
|
||||
# Copy this to ~/.config/sway/config and edit it to your liking.
|
||||
#
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
# styles - set the folder for your theme definition file
|
||||
set $theme /usr/share/sway/themes/matcha-green
|
||||
|
||||
# theme variables
|
||||
include $theme/theme.conf
|
||||
|
||||
# user theme variable can override the global theme
|
||||
include $HOME/.config/sway/definitions.d/theme.conf
|
||||
|
||||
# global variables
|
||||
include /etc/sway/definitions
|
||||
|
||||
# user variables can override global definitions
|
||||
include $HOME/.config/sway/definitions.d/*.conf
|
||||
|
||||
include /etc/sway/inputs/*
|
||||
|
||||
# enable modes
|
||||
include /etc/sway/modes/*
|
||||
|
||||
# only enable this if every app you use is compatible with wayland
|
||||
# xwayland disable
|
||||
|
||||
# include additional configs e.g. to autostart applications
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
# user config
|
||||
include $HOME/.config/sway/config.d/*.conf
|
||||
Loading…
Add table
Reference in a new issue