modified: .config/sway/config deleted: .config/sway/waybar new file: .config/sway/waybar/config.jsonc new file: .config/sway/waybar/style.css new file: .config/systemd/user/default.target.wants/shikane.service new file: .config/systemd/user/shikane.service modified: .zshrc new file: applications/application.desktop
11 lines
128 B
Desktop File
11 lines
128 B
Desktop File
[Unit]
|
|
Description=shikane
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/shikane
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|