actually get japanese working
This commit is contained in:
parent
598ee77f6e
commit
73fbe39287
3 changed files with 56 additions and 28 deletions
|
|
@ -58,9 +58,7 @@ in
|
|||
keyboard = {
|
||||
layouts = [
|
||||
{ layout = "us"; }
|
||||
{ layout = "jp"; }
|
||||
];
|
||||
options = [ "caps:escape" ];
|
||||
};
|
||||
mice = [
|
||||
# {
|
||||
|
|
@ -304,7 +302,9 @@ in
|
|||
configFile = {
|
||||
kwalletrc.Wallet.Enabled = false;
|
||||
plasmanotifyrc.Notifications.PopupPosition = "TopRight";
|
||||
|
||||
ksmserverrc.General.loginMode = "restorePreviousLogout";
|
||||
kwinrc.Wayland.InputMethod =
|
||||
"/run/current-system/sw/share/applications/org.fcitx.Fcitx5.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ in
|
|||
"Lock Session" = "Meta+Shift+L";
|
||||
};
|
||||
|
||||
"KDE Keyboard Layout Switcher"."Switch to Next Keyboard Layout" = "Meta+K";
|
||||
# "KDE Keyboard Layout Switcher"."Switch to Next Keyboard Layout" = "Meta+K";
|
||||
};
|
||||
|
||||
# Custom hotkey commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue