diff --git a/home-manager/plasma/plasma.nix b/home-manager/plasma/plasma.nix index d9f2dbd..9f5416a 100644 --- a/home-manager/plasma/plasma.nix +++ b/home-manager/plasma/plasma.nix @@ -4,12 +4,7 @@ # overrideConfig = true; configFile = import ./configFile.nix; - - # Unfortunately I really need to configure the system tray and keyboard - # shortcuts for its applets, so I have disabled the panel configuration - # for now so it doesn't get reset - # https://github.com/pjones/plasma-manager/issues/126 - # panels = import ./panels.nix; + panels = import ./panels.nix; workspace = { clickItemTo = "select"; diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index 0b1bcf3..6c4915d 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -8,11 +8,14 @@ default_layout "main" session_serialization false keybinds { - unbind "Ctrl p" - unbind "Ctrl o" normal { + unbind "Ctrl p" + unbind "Ctrl o" + unbind "Ctrl n" + unbind "Ctrl q" bind "Ctrl w" { SwitchToMode "pane"; } bind "Ctrl '" { SwitchToMode "session"; } + } } ui { pane_frames {