feat: updated plasma config

This commit is contained in:
Nick 2025-10-05 21:39:51 -05:00
parent d9e7e445e3
commit 4787054421
4 changed files with 19 additions and 39 deletions

View file

@ -21,7 +21,6 @@ in
imports = builtins.attrValues {
inherit (modules)
cli
plasma
brave
floorp
tor
@ -61,9 +60,10 @@ in
claudeCode
puddleTag
academic
plasma
# niri
hypr
wayland
# hypr
# wayland
theming
printManager
finamp

View file

@ -42,32 +42,17 @@ in
};
shortcuts = {
kwin = {
"Window to Desktop 1" = [ "Ctrl+!" ];
"Window to Desktop 2" = [ "Ctrl+@" ];
"Window to Desktop 3" = [ "Ctrl+#" ];
"Window to Desktop 4" = [ "Ctrl+$" ];
"Window to Desktop 5" = [ "Ctrl+%" ];
"Switch to Desktop 1" = [
"Meta+1"
"Ctrl+F1"
];
"Switch to Desktop 2" = [
"Meta+2"
"Ctrl+F2"
];
"Switch to Desktop 3" = [
"Meta+3"
"Ctrl+F3"
];
"Switch to Desktop 4" = [
"Meta+4"
"Ctrl+F4"
];
"Window Close" = [
"Meta+Tab"
"Alt+F4"
];
"Window Fullscreen" = [ "Ctrl+Shift+Tab" ];
"Window to Desktop 1" = "Ctrl+!";
"Window to Desktop 2" = "Ctrl+@";
"Window to Desktop 3" = "Ctrl+#";
"Window to Desktop 4" = "Ctrl+$";
"Window to Desktop 5" = "Ctrl+%";
"Switch to Desktop 1" = "Meta+1";
"Switch to Desktop 2" = "Meta+2";
"Switch to Desktop 3" = "Meta+3";
"Switch to Desktop 4" = "Meta+4";
"Window Close" = "Meta+Tab";
"Window Fullscreen" = "Ctrl+Shift+Tab";
};
};
hotkeys = {
@ -147,11 +132,6 @@ in
key = "Meta+R";
command = "${lib.getExe pkgs.ghostty} -e ${lib.getExe pkgs.yazi}";
};
"launch-fuzzel" = {
name = "Launch Fuzzel";
key = "Meta+Space";
command = "fuzzel";
};
# Screenshots & Utilities
"screenshot-gui" = {
@ -258,7 +238,7 @@ in
};
displayBrightness = 100;
inhibitLidActionWhenExternalMonitorConnected = deviceLogic true null;
powerButtonAction = deviceLogic "lockScreen" "shutdown";
powerButtonAction = deviceLogic "lockScreen" "shutDown";
powerProfile = "performance";
turnOffDisplay = {
idleTimeout = deviceLogic 1800 null;

View file

@ -8,11 +8,12 @@ in
imports = builtins.attrValues {
inherit (modules)
syncthing
# plasma
plasma
sddm
ollama
# niri
hypr
wayland
# hypr
# wayland
network
searx
flatpak