mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
10 lines
127 B
Bash
Executable File
10 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dunst &
|
|
swww-daemon &
|
|
fcitx5 -d &
|
|
kanata -c ~/.config/kanata/config.kbd &
|
|
|
|
waybar &
|
|
$HOME/.config/hypr/session.sh &
|