Compare commits
No commits in common. "a70fd22cbec336c5fe302d17f50a8e7af802981d" and "0718f6d21c3e7721ba5e882d38b8329aeee59528" have entirely different histories.
a70fd22cbe
...
0718f6d21c
1 changed files with 56 additions and 63 deletions
|
|
@ -159,8 +159,7 @@ in
|
|||
names = [ "SpaceMono Nerd Font" ];
|
||||
size = 10.0;
|
||||
};
|
||||
keybindings = lib.mkOptionDefault (
|
||||
{
|
||||
keybindings = lib.mkOptionDefault {
|
||||
"${modifier}+h" = "focus left";
|
||||
"${modifier}+j" = "focus down";
|
||||
"${modifier}+k" = "focus up";
|
||||
|
|
@ -182,9 +181,9 @@ in
|
|||
"${modifier}+r" = ''mode "${resizeMode}"'';
|
||||
"${modifier}+Escape" = ''mode "${powerManagementMode}"'';
|
||||
"${modifier}+Shift+Escape" = ''mode "${miscellaneousMode}"'';
|
||||
# scratchpad
|
||||
"${modifier}+Shift+grave" = "move scratchpad";
|
||||
"${modifier}+grave" = "scratchpad show";
|
||||
# workspace
|
||||
# "${modifier}+Shift+minus" = "move scratchpad";
|
||||
# "${modifier}+minus" = "scratchpad show";
|
||||
# media
|
||||
"XF86AudioRaiseVolume" =
|
||||
"exec --no-startup-id ${pactl} set-sink-volume @DEFAULT_SINK@ +1% && ${refresh_i3status}";
|
||||
|
|
@ -215,13 +214,7 @@ in
|
|||
"${modifier}+Shift+e" = null;
|
||||
"${modifier}+w" = null;
|
||||
"${modifier}+d" = null;
|
||||
}
|
||||
# neomutt (only if enabled) - focus existing or spawn new
|
||||
// lib.optionalAttrs config.custom.email.neomutt {
|
||||
"${modifier}+m" =
|
||||
''exec --no-startup-id sh -c 'i3-msg "[instance=ghostty][title=neomutt] focus" || ${terminal} -e neomutt' '';
|
||||
}
|
||||
);
|
||||
};
|
||||
modes =
|
||||
let
|
||||
exitMode = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue