feat: add hyprland nvidia configuration for desktop
This commit is contained in:
parent
94a096bb6d
commit
bb41c51344
5 changed files with 20 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
|
||||
pointer = config.home.pointerCursor;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
@ -20,6 +21,10 @@ in
|
|||
};
|
||||
dwindle.split_width_multiplier = 1.35;
|
||||
|
||||
exec-once = [
|
||||
"hyprctl setcursor ${pointer.name} ${toString pointer.size}"
|
||||
];
|
||||
|
||||
decoration = {
|
||||
active_opacity = 1.0;
|
||||
inactive_opacity = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue