blob: b0b267bc68bc45088dba7061d07470b4e8f56813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
exec-once = ~/.config/hypr/scripts.d/systemd.sh
$mod = SUPER
$term = kitty
$menu = wofi --allow-images --show drun --prompt "Search Program"
$scale = 1.25
$radius = 5
$gaps = 10
$border = 0
$browser = librewolf
source = ~/.config/hypr/config.d/keybinds.conf
source = ~/.config/hypr/config.d/theme.conf
source = ~/.config/hypr/config.d/input.conf
source = ~/.config/hypr/config.d/workspaces.conf
source = ~/.config/hypr/monitors.conf
exec-once = ~/.config/hypr/scripts.d/autostart.sh
|