diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-10-04 17:37:24 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2024-10-04 17:37:24 +0400 |
commit | eb7fed4df49c6887470bcd6a4b42720c22a94132 (patch) | |
tree | 6dc89361b808869cdbfa9c35d2359573149018e8 | |
parent | e3d67697e19f37a6e1b177ce13987a444924242a (diff) |
fix config.d path
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9273633..58334eb 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -202,5 +202,5 @@ bindsym $mod+r mode "resize" # exec waybar -include ~/etc/sway/config.d/* include /etc/sway/config.d/* +include ./config.d/* |