16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
monitor=,1920x1080,auto,1
|
|
|
|
# Execute your favorite apps at launch
|
|
exec-once = sh ~/.config/hypr/autostart
|
|
|
|
# Set programs that you use
|
|
$terminal = kitty
|
|
$fileManager = dolphin
|
|
$menu = tofi-drun | xargs hyprctl dispatch exec
|
|
$lock = swaylock --screenshots --effect-blur 7x5 --indicator --clock | xargs hyprctl dispatch exec
|
|
|
|
# Source other config files (multi-file configs)
|
|
source = ~/.config/hypr/src/*
|
|
|
|
|