Compare commits

..

No commits in common. "f8e89ab7b95fa8e133f3a8399e375e44b311011d" and "63cc162824ff11eb6c0e51b0a4869dfa964a1280" have entirely different histories.

3 changed files with 8 additions and 16 deletions

View file

@ -13,13 +13,7 @@
style = "Regular"; style = "Regular";
}; };
}; };
window = { window.dynamic_title = true;
dynamic_title = true;
padding = {
x = 5;
y = 5;
};
};
live_config_reload = true; live_config_reload = true;
selection.save_to_clipboard = true; selection.save_to_clipboard = true;
mouse.hide_when_typing = true; mouse.hide_when_typing = true;

View file

@ -60,13 +60,6 @@
}; };
hotkeys.commands = { 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" = { "launch-emacs" = {
name = "Launch Emacs Client Window"; name = "Launch Emacs Client Window";
key = "Meta+Alt+X"; key = "Meta+Alt+X";
@ -164,8 +157,9 @@
"Switch Window Right" = "Meta+L"; "Switch Window Right" = "Meta+L";
"Switch Window Up" = "Meta+K"; "Switch Window Up" = "Meta+K";
}; };
"services/org.kde.konsole.desktop"."_launch" = []; "services/org.kde.krunner.desktop" = {
"services/org.kde.krunner.desktop"."_launch" = ["Meta+Space" "Search" "Alt+F2"]; "_launch" = ["Meta+Space" "Search" "Alt+F2"];
};
}; };
kwin = { kwin = {

View file

@ -45,6 +45,10 @@ in {
programs = { programs = {
waybar.systemd.target = "sway-session.target"; waybar.systemd.target = "sway-session.target";
alacritty.settings.window = { alacritty.settings.window = {
padding = {
x = 10;
y = 10;
};
decorations = "none"; decorations = "none";
opacity = 0.85; opacity = 0.85;
}; };