Version 0.1.0
This commit is contained in:
18
home-manager/10_hypr/02_autostart.nix
Normal file
18
home-manager/10_hypr/02_autostart.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/hypr/02_autostart.conf".text = ''
|
||||
# ── AUTOSTART ─────────────────────────────────────────────────────────────
|
||||
exec-once = ~/.config/hypr/scripts/waybar_watcher.sh &
|
||||
|
||||
# FIREFOX PRELOAD - fast firefox bööt, just hide workspace 9.
|
||||
exec-once = hyprctl dispatch exec '[workspace 9 silent] firefox --new-instance --profile ~/.mozilla/firefox/c>
|
||||
|
||||
# EWW SCRIPTS
|
||||
exec-once = ~/.config/eww/scripts/audio/audio_visualizer.py &
|
||||
exec-once = cava -p ~/.config/cava/config &
|
||||
|
||||
# ROFI image cache
|
||||
exec-once = cp ~/.config/rofi/image.png /dev/shm/rofi_image.png
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user