switch to starfish prompt

This commit is contained in:
notgne2 2022-11-02 20:36:45 -07:00
parent 1d317b21fb
commit cd6e8147ab
No known key found for this signature in database
5 changed files with 81 additions and 65 deletions

View file

@ -181,8 +181,14 @@ in {
enable = true;
events = [
{ event = "before-sleep"; command = "${lockCommand}"; }
{ event = "lock"; command = "${lockCommand}"; }
{
event = "before-sleep";
command = "${lockCommand}";
}
{
event = "lock";
command = "${lockCommand}";
}
];
timeouts = [
@ -217,7 +223,7 @@ in {
keybindings = let
modifier = config.wayland.windowManager.sway.config.modifier;
alphabet = ["Ctrl" "Alt" "Ctrl+Alt" ];
alphabet = ["Ctrl" "Alt" "Ctrl+Alt"];
genKeyAttrs = move:
lib.listToAttrs (
map