sway: gitignore local.d contents, keep dir in repo

This commit is contained in:
Jonas H
2026-02-27 23:52:38 +01:00
parent 82a92489b0
commit be00903d76
2 changed files with 5 additions and 3 deletions

5
sway/.config/sway/local.d/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Files in local.d/ are machine-specific and not tracked in dotfiles.
# Add overrides here per machine, e.g.:
# input * { xkb_layout dk_mac_fixed }
*
!.gitignore

View File

@@ -1,3 +0,0 @@
input * {
xkb_layout dk_mac_fixed
}