fix: cursor, hopefully; feat: adds shortcuts for qutebrowser/ungoogled-chromium

This commit is contained in:
Ahwx 2025-03-18 11:36:23 +01:00
parent 3f45fc330a
commit 2907300f6c

View file

@ -28,18 +28,18 @@
color = "black"; color = "black";
}; };
}; };
# cursorTheme = { cursorTheme = {
# name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
# package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
# size = 24; size = 24;
# }; };
}; };
# home.pointerCursor = { home.pointerCursor = {
# name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
# package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
# size = 24; size = 24;
# }; };
# gtk = { # gtk = {
# enable = true; # enable = true;
@ -84,7 +84,7 @@
source = "~/nixos-config/modules/home/hyprland/displays.conf"; source = "~/nixos-config/modules/home/hyprland/displays.conf";
"debug:disable_scale_checks" = true; "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 # autostart
exec-once = [ exec-once = [
@ -227,6 +227,8 @@
"$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy" "$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy"
"$mainMod SHIFT, F, exec, librewolf" "$mainMod SHIFT, F, exec, librewolf"
"$mainMod SHIFT, C, exec, chromium"
"$mainMod SHIFT, Q, exec, qutebrowser"
"$mainMod SHIFT, W, exec, wdisplays" "$mainMod SHIFT, W, exec, wdisplays"
"$mainMod SHIFT, T, exec, thunderbird" "$mainMod SHIFT, T, exec, thunderbird"
"$mainMod SHIFT, E, exec, element-desktop" "$mainMod SHIFT, E, exec, element-desktop"