update automate program start
This commit is contained in:
parent
ab56c37e9f
commit
100be6c7a1
1 changed files with 4 additions and 3 deletions
|
@ -16,10 +16,11 @@ $menu = fuzzel
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
exec-once = $terminal
|
exec-once = [workspace 1 silent] $terminal
|
||||||
exec-once = nm-applet &
|
exec-once = nm-applet &
|
||||||
exec-once = blueman-applet &
|
exec-once = blueman-applet &
|
||||||
exec-once = waybar & hyprpaper & firefox
|
exec-once = waybar & hyprpaper
|
||||||
|
exec-once = [workspace 2 silent] firefox
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
|
|
||||||
# Bitwarden Window Floating
|
# Bitwarden Window Floating
|
||||||
|
@ -33,5 +34,5 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat
|
||||||
|
|
||||||
# machine-specific configuration
|
# machine-specific configuration
|
||||||
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
||||||
exec-once = flatpak run com.github.IsmaelMartinez.teams_for_linux
|
exec-once = [workspace 3 silent] flatpak run com.github.IsmaelMartinez.teams_for_linux
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue