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) {
|
wayland.windowManager.hyprland.settings = lib.mkMerge [
|
||||||
exec-once = [
|
{
|
||||||
"uwsm app -- xdg-terminal-exec -e btop -p 2"
|
bindd = [
|
||||||
];
|
"CTRL SHIFT, Escape, Open Btop Minimal, exec, uwsm app -- xdg-terminal-exec -e btop -p 2"
|
||||||
windowrulev2 = [
|
];
|
||||||
"monitor ${myConfig.btop.monitor}, title:^(btop)$"
|
}
|
||||||
];
|
(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