diff options
Diffstat (limited to '')
| -rw-r--r-- | config/plasma/default.nix | 8 | ||||
| -rw-r--r-- | machines/x/home.nix | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/config/plasma/default.nix b/config/plasma/default.nix index 1aee0e0..c04bcf1 100644 --- a/config/plasma/default.nix +++ b/config/plasma/default.nix @@ -58,6 +58,12 @@ command = "looking-glass-client -m 97"; }; + hotkeys.commands."launch-krunner" = { + name = "Launch KRunner"; + key = "Meta+Space"; + command = "krunner"; + }; + kwin = { edgeBarrier = 0; cornerBarrier = false; @@ -67,7 +73,7 @@ effects.shakeCursor.enable = true; effects.translucency.enable = true; - effects.wobblyWindows.enable = true; + # effects.wobblyWindows.enable = true; }; configFile.kwinrc.MouseBindings.CommandAllKey = "Alt"; diff --git a/machines/x/home.nix b/machines/x/home.nix index cbface7..8defe3b 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -22,6 +22,7 @@ mpv firefox + floorp chromium spotify |
