diff options
| author | LMBishop <me@leonardobishop.com> | 2023-02-13 19:42:25 +0000 |
|---|---|---|
| committer | LMBishop <me@leonardobishop.com> | 2023-02-13 19:42:25 +0000 |
| commit | 2e67201f4100ecd95e051618c1969348e207408f (patch) | |
| tree | 9b61769963762e5b1270497203347a29201766c2 | |
| parent | 919b17cb39a88fb694b100c9f97b4bcdd905fd45 (diff) | |
Fix bad directory name for sway
| -rw-r--r-- | info.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,9 +157,9 @@ sections: from: wallpaper.jpg to: ~/.config/sway/wallpaper.jpg - ==: run - command: "cp input.cfg ~/.conifg/sway/input.cfg" + command: "cp input.cfg ~/.config/sway/input.cfg" - ==: run - command: "cp output.cfg ~/.conifg/sway/output.cfg" + command: "cp output.cfg ~/.config/sway/output.cfg" # Copy waybar configurations configure-waybar: |
