diff options
author | zachir <zachir@librem.one> | 2025-07-26 20:37:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 20:37:37 -0500 |
commit | 83f2189e7234cad9054795b77b07d24ca0a7c742 (patch) | |
tree | 93c1ac6fa5d4b558d4363b915edbe2834db9ac19 /scroll | |
parent | d23734b67cd5e57ce1b8a3b2f2c37de45d48e8d3 (diff) |
Move scroll user.conf to config.d
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scroll/config b/scroll/config index fae0309..c115cd9 100644 --- a/scroll/config +++ b/scroll/config @@ -6,7 +6,7 @@ # # Read `man 5 scroll` for a complete reference. -include /etc/scroll/config.d/* +include ~/.config/scroll/config.d/* ### Variables # @@ -575,3 +575,4 @@ bar { #} } # +include /etc/scroll/config.d/* |