aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLMBishop <me@leonardobishop.com>2023-07-17 02:54:20 +0100
committerLMBishop <me@leonardobishop.com>2023-07-17 02:54:20 +0100
commit6cdc79370ce8d9956ef306b335f5ef7811e8d802 (patch)
treeb97b63ee6753a5ef73272716b3ebcb263a9f6b44
parentc85829dff52c0b3c2f6ecb02b98c1b78050b9c04 (diff)
Add exit menu to info.yml
-rw-r--r--info.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/info.yml b/info.yml
index 503cf6d..c6f80ca 100644
--- a/info.yml
+++ b/info.yml
@@ -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: