41 lines
1 KiB
Text
41 lines
1 KiB
Text
# Default config for sway (from manjaro sway)
|
|
#
|
|
# Copy this to ~/.config/sway/config and edit it to your liking.
|
|
#
|
|
# Read `man 5 sway` for a complete reference.
|
|
|
|
set $DotfilesSway ~/Dotfiles/sway
|
|
|
|
# styles - set the folder for your theme definition file
|
|
set $theme $DotfilesSway/themes/matcha-green
|
|
# set $theme /usr/share/sway/themes/matcha-green
|
|
|
|
# theme variables
|
|
include $theme/definitions
|
|
|
|
# global variables
|
|
include $DotfilesSway/definitions
|
|
# include /etc/sway/definitions
|
|
|
|
# user variables
|
|
# include $HOME/.config/sway/definitions.d/*.conf
|
|
|
|
# include /etc/sway/inputs/*
|
|
# include /etc/sway/outputs/*
|
|
include $DotfilesSway/inputs/*
|
|
include $DotfilesSway/outputs/*
|
|
|
|
# enable modes
|
|
# include /etc/sway/modes/*
|
|
include $DotfilesSway/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/*
|
|
include $DotfilesSway/config.d/*
|
|
|
|
# user config
|
|
# include $HOME/.config/sway/config.d/user.config
|
|
include $DotfilesSway/user.config
|