conf.d path correction for sway

This commit is contained in:
Yorick Barbanneau 2019-09-03 15:13:15 +02:00
parent fbedb0782f
commit ccb984b063

View file

@ -154,7 +154,7 @@ swaybar_command waybar
} }
# Include configuration by hostname # Include configuration by hostname
include ~/.config/sway/config.d/`hostname`.config include ~/.config/sway/conf.d/`hostname`.config
# Automatic startup # Automatic startup
# ----------------- # -----------------