diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:39:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:41:14 +0100 |
commit | 5a177e10f32c14779cfa5c996f79a18d65f40d85 (patch) | |
tree | 084cef234f2df3d4bbb01f0f2737a03ea9174272 /.config/hypr | |
parent | 93e52fbbcb5f5a310a0459aab48b7a622cfdf467 (diff) |
Hyprland: Set filetype of config
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/.exrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/.exrc b/.config/hypr/.exrc index a2e90ff..ca89393 100644 --- a/.config/hypr/.exrc +++ b/.config/hypr/.exrc @@ -1 +1,2 @@ autocmd BufWritePost hyprland.conf.in make +autocmd BufRead hyprland.conf.in setlocal commentstring=#\ %s filetype=hyprlang |