diff options
| author | LMBishop <me@leonardobishop.com> | 2023-07-17 02:54:20 +0100 |
|---|---|---|
| committer | LMBishop <me@leonardobishop.com> | 2023-07-17 02:54:20 +0100 |
| commit | 6cdc79370ce8d9956ef306b335f5ef7811e8d802 (patch) | |
| tree | b97b63ee6753a5ef73272716b3ebcb263a9f6b44 | |
| parent | c85829dff52c0b3c2f6ecb02b98c1b78050b9c04 (diff) | |
Add exit menu to info.yml
| -rw-r--r-- | info.yml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -185,7 +185,7 @@ sections: os: "linux" steps: - ==: run - command: "mkdir -p ~/.config/sway" + command: "mkdir -p ~/.config/sway/scripts" - ==: link from: config to: ~/.config/sway/config @@ -196,6 +196,9 @@ sections: command: "cp input.cfg ~/.config/sway/input.cfg" - ==: run command: "cp output.cfg ~/.config/sway/output.cfg" + - ==: link + from: scripts/exit-menu.sh + to: ~/.config/sway/scripts/exit-menu.sh # Copy waybar configurations configure-waybar: |
