summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
commit9a7ddba442ef504daadb742d0648c21819bf0608 (patch)
tree2f7f0d63df68c04bef1777ac1c93cd354da86eeb /home-config/hypr
parenta01f7ce1b0e79ade2d5871aa29170af2925de542 (diff)
added hyprland to flakes and added cursor theme
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprland.conf19
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/
9monitor=,preferred,auto,1 9monitor=,preferred,auto,1
10 10
11# Set cursor theme
12env = HYPRCURSOR_THEME,XCursor-Pro-Dark-Hyprcursor
13env = HYPRCURSOR_SIZE,26
14env = XCURSOR_THEME,XCursor-Pro-Dark
15env = 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.
21env = XCURSOR_SIZE,24 27env = XCURSOR_SIZE,24
22 28
29debug {
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/
24input { 35input {
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
91master { 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
96gestures { 107gestures {
97 # See https://wiki.hyprland.org/Configuring/Variables/ for more 108 # See https://wiki.hyprland.org/Configuring/Variables/ for more