From 4b88d9387fbab55db2f056fb6017c5eb0d8dc78c Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 31 Dec 2024 14:10:51 +0100 Subject: [PATCH] run setxkbmap -layout fr when hyprland starts to fix wrong keymap in X apps --- hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland.nix b/hyprland.nix index 35909ad..468274b 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -392,6 +392,7 @@ exec = pkill swaybg; ${swaybgScript} exec = pkill waybar; ${pkgs.waybar}/bin/waybar + exec-once = setxkbmap -layout fr submap = power bind = ,s, exec, systemctl suspend