Compare commits
2 commits
137e388593
...
a376cd8622
Author | SHA1 | Date | |
---|---|---|---|
a376cd8622 | |||
9adb9507c0 |
2 changed files with 6 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue