Compare commits
2 commits
63cc162824
...
f8e89ab7b9
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | f8e89ab7b9 | ||
Evie Litherland-Smith | 198bd6a7fa |
|
@ -13,7 +13,13 @@
|
|||
style = "Regular";
|
||||
};
|
||||
};
|
||||
window.dynamic_title = true;
|
||||
window = {
|
||||
dynamic_title = true;
|
||||
padding = {
|
||||
x = 5;
|
||||
y = 5;
|
||||
};
|
||||
};
|
||||
live_config_reload = true;
|
||||
selection.save_to_clipboard = true;
|
||||
mouse.hide_when_typing = true;
|
||||
|
|
|
@ -60,6 +60,13 @@
|
|||
};
|
||||
|
||||
hotkeys.commands = {
|
||||
"launch-terminal" = let
|
||||
command = config.programs.plasma.configFile.kdeglobals.General.TerminalApplication.value;
|
||||
in {
|
||||
inherit command;
|
||||
name = "Launch ${command} emulator";
|
||||
key = "Ctrl+Alt+T";
|
||||
};
|
||||
"launch-emacs" = {
|
||||
name = "Launch Emacs Client Window";
|
||||
key = "Meta+Alt+X";
|
||||
|
@ -157,9 +164,8 @@
|
|||
"Switch Window Right" = "Meta+L";
|
||||
"Switch Window Up" = "Meta+K";
|
||||
};
|
||||
"services/org.kde.krunner.desktop" = {
|
||||
"_launch" = ["Meta+Space" "Search" "Alt+F2"];
|
||||
};
|
||||
"services/org.kde.konsole.desktop"."_launch" = [];
|
||||
"services/org.kde.krunner.desktop"."_launch" = ["Meta+Space" "Search" "Alt+F2"];
|
||||
};
|
||||
|
||||
kwin = {
|
||||
|
|
|
@ -45,10 +45,6 @@ in {
|
|||
programs = {
|
||||
waybar.systemd.target = "sway-session.target";
|
||||
alacritty.settings.window = {
|
||||
padding = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
};
|
||||
decorations = "none";
|
||||
opacity = 0.85;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue