Skip to content

Commit

Permalink
sway: Move to including config.d/ and hosts.d/ files
Browse files Browse the repository at this point in the history
This is better for stacking dotfiles and separating context-specific
configs vs host-specific configs.
  • Loading branch information
mmonaco committed Jan 18, 2024
1 parent eeb50a1 commit c8efd5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@

input type:keyboard xkb_numlock enabled

include "~/.config/sway/config.priv"
include "~/.config/sway/config.`uname -n`"
include "~/.config/sway/config.local"
include "~/.config/sway/config.d/*.sway.conf"
include "~/.config/sway/hosts.d/`uname -n`.sway.conf"

bar {
position top
Expand Down
Empty file added .config/sway/config.d/.keep
Empty file.
Empty file added .config/sway/hosts.d/.keep
Empty file.

0 comments on commit c8efd5c

Please sign in to comment.