sway: Include device config by hostname
This commit is contained in:
parent
81422e73e9
commit
5305f384b9
1 changed files with 2 additions and 3 deletions
|
|
@ -159,8 +159,7 @@ input type:keyboard {
|
||||||
xkb_variant bone
|
xkb_variant bone
|
||||||
}
|
}
|
||||||
|
|
||||||
# Device specific configuration
|
|
||||||
include device
|
|
||||||
|
|
||||||
# Global configuration
|
# Global configuration
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
# Host configuration
|
||||||
|
include ~/.config/sway/`hostname`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue