Update git identity, Plasma shortcuts and wallpaper; remove lio hosts
This commit is contained in:
parent
9e472d4295
commit
3ed381fbe4
9 changed files with 20 additions and 322 deletions
|
|
@ -6,9 +6,9 @@ let
|
|||
workspaceLetters = [
|
||||
"n"
|
||||
"m"
|
||||
"Comma"
|
||||
"Period"
|
||||
"Slash"
|
||||
","
|
||||
"."
|
||||
"/"
|
||||
];
|
||||
kwinWorkspace = builtins.listToAttrs (
|
||||
map (i: {
|
||||
|
|
@ -85,6 +85,12 @@ in
|
|||
"Lock Session" = "none";
|
||||
};
|
||||
|
||||
# Disable Plasma emojier shortcuts which conflict with workspace switching
|
||||
# (Meta+. is bound by default in org.kde.plasma.emojier.desktop)
|
||||
"org.kde.plasma.emojier.desktop" = {
|
||||
"_launch" = [ ];
|
||||
};
|
||||
|
||||
# "KDE Keyboard Layout Switcher"."Switch to Next Keyboard Layout" = "Meta+K";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue