15 lines
242 B
Bash
Executable file
15 lines
242 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# Start script for hyprland
|
|
|
|
# Restart wallpaper daemon synchronously
|
|
swww kill
|
|
pkill fcitx5
|
|
|
|
systemctl --user restart hyprland-autoname-workspaces
|
|
|
|
swww-daemon &
|
|
fcitx5 &
|
|
quickshell &
|
|
hypridle &
|
|
pkill emacs; emacs --daemo
|
|
|