feat(sway): ralt as compose key

This commit is contained in:
winston 2023-07-28 23:47:58 +02:00
parent 4aee76ef91
commit d1c88b09d7
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -85,7 +85,7 @@ in {
terminal = lib.getExe config.programs.wezterm.package; terminal = lib.getExe config.programs.wezterm.package;
menu = lib.getExe config.programs.rofi.package; menu = lib.getExe config.programs.rofi.package;
defaultWorkspace = "workspace number 1"; defaultWorkspace = "workspace number 1";
input."type:keyboard".xkb_options = "ctrl:nocaps"; input."type:keyboard".xkb_options = "ctrl:nocaps,compose:ralt";
output."*" = { output."*" = {
scale = "2"; scale = "2";
bg = "${flakePath}/home/wallpapers/dhm_1610.png fill #171320"; bg = "${flakePath}/home/wallpapers/dhm_1610.png fill #171320";