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

16 lines
459 B
Plaintext
Raw Permalink 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
2024-02-26 11:52:47 +01:00
$menu = tofi-drun --font /usr/share/fonts/noto/NotoSansMono-Regular.ttf | xargs hyprctl dispatch exec
2024-02-16 15:49:25 +01:00
$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