From 2907300f6c313084a4211166add94e46c949351c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 18 Mar 2025 11:36:23 +0100 Subject: [PATCH] fix: cursor, hopefully; feat: adds shortcuts for qutebrowser/ungoogled-chromium --- modules/home/hyprland/config.nix | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1e559df..2758c9b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -28,18 +28,18 @@ color = "black"; }; }; - # cursorTheme = { - # name = "Bibata-Modern-Ice"; - # package = pkgs.bibata-cursors; - # size = 24; - # }; + cursorTheme = { + name = "Bibata-Modern-Ice"; + package = pkgs.bibata-cursors; + size = 24; + }; }; - # home.pointerCursor = { - # name = "Bibata-Modern-Ice"; - # package = pkgs.bibata-cursors; - # size = 24; - # }; + home.pointerCursor = { + name = "Bibata-Modern-Ice"; + package = pkgs.bibata-cursors; + size = 24; + }; # gtk = { # enable = true; @@ -84,7 +84,7 @@ source = "~/nixos-config/modules/home/hyprland/displays.conf"; "debug:disable_scale_checks" = true; - monitor = "eDP-1, 2256x1504@60, 0x0, 1.5"; + monitor = "eDP-1, 2256x1504@60, 0x0, 1.5"; # this works as I only have one computer using eDP-1 as a display, I could also add LVDS or DP-1 since that'd also be machine-specific. # autostart exec-once = [ @@ -227,6 +227,8 @@ "$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy" "$mainMod SHIFT, F, exec, librewolf" + "$mainMod SHIFT, C, exec, chromium" + "$mainMod SHIFT, Q, exec, qutebrowser" "$mainMod SHIFT, W, exec, wdisplays" "$mainMod SHIFT, T, exec, thunderbird" "$mainMod SHIFT, E, exec, element-desktop"