From abbc4162252a15aed032dddbb0c8f6d57bb257e1 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 4 Aug 2025 16:15:08 +0200 Subject: [PATCH] update, enable lldp --- .config/hypr/hyprland.conf | 2 +- configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ec6d036..91316a4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -397,7 +397,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 -bind = super, m, layoutmsg,swapwithmaster +bind = super alt, m, layoutmsg,swapwithmaster # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow diff --git a/configuration.nix b/configuration.nix index cbbb484..cab8ae4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -416,6 +416,7 @@ in enable = true; openDefaultPorts = true; }; + services.lldpd.enable = true; systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true";