mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix desktop public key
This commit is contained in:
parent
db3dda1f0b
commit
73d096b328
13 changed files with 24 additions and 38 deletions
|
|
@ -11,13 +11,6 @@ with lib; let
|
|||
};
|
||||
in {
|
||||
config = {
|
||||
# assertions = [
|
||||
# {
|
||||
# message = "The terminal must be set to enable Hyprland";
|
||||
# assertion = config.defaults.terminal != null;
|
||||
# }
|
||||
# ];
|
||||
|
||||
programs.uwsm.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
|
|
@ -137,7 +130,6 @@ in {
|
|||
"SUPER, RETURN, exec, ${getExe config.programs.uwsm.package} app -- ${cfg.default-apps.terminal}"
|
||||
"SUPER, BACKSPACE, killactive"
|
||||
"SUPER, SPACE, exec, ${getExe config.programs.uwsm.package} app -- walker"
|
||||
# "SUPER SHIFT, SPACE, exec, uwsm app -- walker --modules applications"
|
||||
"SUPER, p, exec, ${getExe config.programs.uwsm.package} app -- loginctl lock-session"
|
||||
"SUPER, S, togglefloating"
|
||||
"SUPER, A, pseudo"
|
||||
|
|
@ -168,6 +160,10 @@ in {
|
|||
"SUPER, tab, changegroupactive, f"
|
||||
"SUPER SHIFT, tab, changegroupactive, b"
|
||||
];
|
||||
bindm = [
|
||||
"SUPER, mouse:272, movewindow"
|
||||
"SUPER, mouse:273, resizewindow"
|
||||
];
|
||||
layerrule = [
|
||||
"noanim, gtk4-layer-shell"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue