enable compose key

current_state
Christian Ott 2 years ago
parent ca25ef4696
commit cf4d85d19a
  1. 4
      hyperland/default.nix

@ -114,6 +114,10 @@ in
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
input = {
kb_options = "compose:rctrl";
};
exec-once = [ exec-once = [
"dunst" "dunst"
"waybar" "waybar"

Loading…
Cancel
Save

Powered by TurnKey Linux.