feat(btop): added ctrl+shift+esc keybind for preset 2
This commit is contained in:
+15
-8
@@ -15,12 +15,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings = lib.mkIf (myConfig.btop.autostart) {
|
||||
exec-once = [
|
||||
"uwsm app -- xdg-terminal-exec -e btop -p 2"
|
||||
];
|
||||
windowrulev2 = [
|
||||
"monitor ${myConfig.btop.monitor}, title:^(btop)$"
|
||||
];
|
||||
};
|
||||
wayland.windowManager.hyprland.settings = lib.mkMerge [
|
||||
{
|
||||
bindd = [
|
||||
"CTRL SHIFT, Escape, Open Btop Minimal, exec, uwsm app -- xdg-terminal-exec -e btop -p 2"
|
||||
];
|
||||
}
|
||||
(lib.mkIf (myConfig.btop.autostart) {
|
||||
exec-once = [
|
||||
"uwsm app -- xdg-terminal-exec -e btop -p 2"
|
||||
];
|
||||
windowrulev2 = [
|
||||
"monitor ${myConfig.btop.monitor}, title:^(btop)$"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user