dotfiles/root/home/bhasher/.config/hypr/hyprland.conf

16 lines
405 B
Plaintext
Raw Normal View History

2024-02-16 23:50:01 +01:00
monitor=,1920x1080,auto,1
2024-02-16 15:49:25 +01:00
# Execute your favorite apps at launch
2024-02-16 23:50:01 +01:00
exec-once = sh ~/.config/hypr/autostart
2024-02-16 15:49:25 +01:00
# 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
2024-02-17 22:48:25 +01:00
# Source other config files (multi-file configs)
source = ~/.config/hypr/src/*
2024-02-16 23:50:01 +01:00