17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
#################
|
|
### AUTOSTART ###
|
|
#################
|
|
|
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
|
# Or execute your favorite apps at launch like this:
|
|
$terminal = kitty
|
|
$bar = ags run
|
|
$cursor = Bibata-Modern-Ice
|
|
|
|
exec-once = hyprctl setcursor $cursor 24
|
|
exec-once = $bar
|
|
exec-once = [workspace 20 silent] kitty --single-instance --hold fastfetch
|
|
exec-once = [workspace 20 silent] firefox
|
|
exec-once = [workspace 1] kitty --single-instance --hold fastfetch
|
|
|