mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Various hyprland fixes
This commit is contained in:
parent
f60c1aaee8
commit
464b511f23
|
@ -153,7 +153,8 @@ in
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bind=SUPER,SUPER_L,exec,nwggrid-wrapper
|
bind=SUPER,code:9,exec,nwggrid-wrapper
|
||||||
|
bind=SUPER,code:66,exec,nwggrid-wrapper
|
||||||
bind=SUPER,SPACE,fullscreen,1
|
bind=SUPER,SPACE,fullscreen,1
|
||||||
bind=SUPERSHIFT,F,fullscreen,0
|
bind=SUPERSHIFT,F,fullscreen,0
|
||||||
bind=SUPER,Y,workspaceopt,allfloat
|
bind=SUPER,Y,workspaceopt,allfloat
|
||||||
|
@ -359,7 +360,7 @@ in
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
mouse_move_enables_dpms = false
|
mouse_move_enables_dpms = true
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
|
@ -413,8 +414,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "pyprland";
|
repo = "pyprland";
|
||||||
rev = "refs/tags/2.3.8";
|
rev = "refs/tags/2.4.0";
|
||||||
hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
|
hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4=";
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
(hyprnome.override (oldAttrs: {
|
(hyprnome.override (oldAttrs: {
|
||||||
|
@ -619,6 +620,7 @@ in
|
||||||
listener {
|
listener {
|
||||||
timeout = 7200 # in seconds
|
timeout = 7200 # in seconds
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
|
on-resume = hyprctl dispatch dpms on
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
home.file.".config/hypr/hyprlock.conf".text = ''
|
home.file.".config/hypr/hyprlock.conf".text = ''
|
||||||
|
|
Loading…
Reference in a new issue