From 96c5b4cf1a42658e13765607fbe0a8f085a9af70 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 8 Jan 2025 18:01:16 +0100 Subject: [PATCH] in hyprland, setxkbmap is exec instead of exec-once --- hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index 7b1244a..f48ce82 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -396,7 +396,7 @@ exec = pkill swaybg; ${swaybgScript} exec = pkill waybar; ${pkgs.waybar}/bin/waybar exec-once = hyprctl setcursor Hackneyed 24 - exec-once = setxkbmap -layout fr + exec = setxkbmap -layout fr submap = power bind = ,s, exec, systemctl suspend