dotfiles/dot_config/hypr/programs.conf

29 lines
663 B
Text
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
$fileManager = dolphin
$menu = fuzzel
2025-04-08 15:39:17 +02:00
2025-04-08 15:33:51 +02:00
#################
### 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
exec-once = nm-applet &
exec-once = waybar & hyprpaper & firefox
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