blob: e71e0ea8f3fe181ca0c316a2b2e46be9fc4f2448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: Copy scripts
steps:
- !Link
from: "battery-notify.sh"
to: "~/bin/battery-notify.sh"
recursive: false
- !Link
from: "exit-menu.sh"
to: "~/bin/exit-menu.sh"
recursive: false
- !Link
from: "hyprctl-zoom-daemon.sh"
to: "~/bin/hyprctl-zoom-daemon.sh"
recursive: false
- !Link
from: "hyprctl-zoom.sh"
to: "~/bin/hyprctl-zoom.sh"
recursive: false
- !Link
from: "swayidle.sh"
to: "~/bin/swayidle.sh"
recursive: false
|