dotfiles/dot_config/hypr/programs.conf.tmpl

38 lines
951 B
Cheetah
Raw Normal View History

2025-04-08 15:33:51 +02:00
###################
### MY PROGRAMS ###
###################
2025-04-08 15:39:17 +02:00
# See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use
2025-04-08 15:33:51 +02:00
$terminal = kitty
2025-04-10 09:32:58 +02:00
$fileManager = pcmanfm
2025-04-08 15:33:51 +02:00
$menu = fuzzel
#################
### AUTOSTART ###
#################
2025-04-08 15:39:17 +02:00
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
2025-04-08 15:33:51 +02:00
exec-once = $terminal
2025-04-10 09:24:06 +02:00
exec-once = nm-applet &
exec-once = blueman-applet &
2025-04-08 15:33:51 +02:00
exec-once = waybar & hyprpaper & firefox
2025-04-09 13:38:19 +02:00
exec-once = hypridle
2025-04-08 15:33:51 +02:00
2025-04-10 13:09:17 +02:00
# Bitwarden Window Floating
exec-once = ~/.config/hypr/scripts/bitwarden.sh
2025-04-08 15:39:17 +02:00
# Clipboard Manager
2025-04-08 15:33:51 +02:00
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
2025-04-08 15:39:17 +02:00
2025-04-08 15:33:51 +02:00
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
# machine-specific configuration
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
exec-once = flatpak run com.github.IsmaelMartinez.teams_for_linux
{{- end }}