Correction of include for general configuration
This commit is contained in:
parent
6cd268756b
commit
dbc6d17dbf
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ bar {
|
|||
}
|
||||
|
||||
# Include configurations
|
||||
Include ~/.config/sway/conf.d/*
|
||||
Include ~/.config/sway/conf.d/*.config
|
||||
# Include configuration by hostname
|
||||
include ~/.config/sway/conf.d/`hostname`/*.config
|
||||
|
|
Reference in a new issue