diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
commit | 9a7ddba442ef504daadb742d0648c21819bf0608 (patch) | |
tree | 2f7f0d63df68c04bef1777ac1c93cd354da86eeb /home-config/hypr | |
parent | a01f7ce1b0e79ade2d5871aa29170af2925de542 (diff) |
added hyprland to flakes and added cursor theme
Diffstat (limited to 'home-config/hypr')
-rw-r--r-- | home-config/hypr/hyprland.conf | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index df05971..5fab592 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -8,6 +8,12 @@ exec-once = dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK | |||
8 | # See https://wiki.hyprland.org/Configuring/Monitors/ | 8 | # See https://wiki.hyprland.org/Configuring/Monitors/ |
9 | monitor=,preferred,auto,1 | 9 | monitor=,preferred,auto,1 |
10 | 10 | ||
11 | # Set cursor theme | ||
12 | env = HYPRCURSOR_THEME,XCursor-Pro-Dark-Hyprcursor | ||
13 | env = HYPRCURSOR_SIZE,26 | ||
14 | env = XCURSOR_THEME,XCursor-Pro-Dark | ||
15 | env = XCURSOR_SIZE,26 | ||
16 | |||
11 | 17 | ||
12 | # See https://wiki.hyprland.org/Configuring/Keywords/ for more | 18 | # See https://wiki.hyprland.org/Configuring/Keywords/ for more |
13 | 19 | ||
@@ -20,6 +26,11 @@ source = ~/.config/hypr/monitors.conf | |||
20 | # Some default env vars. | 26 | # Some default env vars. |
21 | env = XCURSOR_SIZE,24 | 27 | env = XCURSOR_SIZE,24 |
22 | 28 | ||
29 | debug { | ||
30 | disable_logs = false | ||
31 | enable_stdout_logs = true | ||
32 | } | ||
33 | |||
23 | # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ | 34 | # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ |
24 | input { | 35 | input { |
25 | kb_layout = us | 36 | kb_layout = us |
@@ -88,10 +99,10 @@ dwindle { | |||
88 | preserve_split = yes # you probably want this | 99 | preserve_split = yes # you probably want this |
89 | } | 100 | } |
90 | 101 | ||
91 | master { | 102 | #master { |
92 | # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more | 103 | # # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more |
93 | new_is_master = true | 104 | # new_is_master = true |
94 | } | 105 | #} |
95 | 106 | ||
96 | gestures { | 107 | gestures { |
97 | # See https://wiki.hyprland.org/Configuring/Variables/ for more | 108 | # See https://wiki.hyprland.org/Configuring/Variables/ for more |