From 9a7ddba442ef504daadb742d0648c21819bf0608 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 19 Oct 2024 00:11:58 -0400 Subject: added hyprland to flakes and added cursor theme --- home-config/hypr/hyprland.conf | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'home-config/hypr') 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 # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,preferred,auto,1 +# Set cursor theme +env = HYPRCURSOR_THEME,XCursor-Pro-Dark-Hyprcursor +env = HYPRCURSOR_SIZE,26 +env = XCURSOR_THEME,XCursor-Pro-Dark +env = XCURSOR_SIZE,26 + # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -20,6 +26,11 @@ source = ~/.config/hypr/monitors.conf # Some default env vars. env = XCURSOR_SIZE,24 +debug { + disable_logs = false + enable_stdout_logs = true +} + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us @@ -88,10 +99,10 @@ dwindle { preserve_split = yes # you probably want this } -master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true -} +#master { +# # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more +# new_is_master = true +#} gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more -- cgit v1.2.3