mimeapps and autolaunching apps

This commit is contained in:
2025-05-13 01:28:53 +02:00
parent e0b5c185eb
commit b5376c48d5
5 changed files with 26 additions and 3 deletions

View File

@ -16,9 +16,10 @@ monitor=,preferred,auto,1.566667
# Set programs that you use
$terminal = kitty
$filemanager = yazi
$filemanager = kitty -e yazi
$menu = wofi --show drun
$browser = firefox
$email = thunderbird
#################
### AUTOSTART ###
@ -27,6 +28,8 @@ $browser = firefox
# Autostart necessary processes (like notifications daemons, status bars, etc.)
exec-once = waybar
exec-once = dunst
exec-once = [workspace 1 silent] $browser
exec-once = [workspace 2 silent] $terminal
#############################
### ENVIRONMENT VARIABLES ###