switch to starfish prompt
This commit is contained in:
parent
1d317b21fb
commit
cd6e8147ab
5 changed files with 81 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue