Compare commits

...

2 commits

Author SHA1 Message Date
a376cd8622
zellij: Configure unbinds, fix typo
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-06-30 11:58:32 +03:00
9adb9507c0
plasma-manager: Import panels.nix
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-06-23 22:49:34 +03:00
2 changed files with 6 additions and 8 deletions

View file

@ -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";

View file

@ -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 {