mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
swhkd: move some keybindings from swhkd to niri
This commit is contained in:
parent
53168e7b60
commit
835edc5466
4 changed files with 11 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
user,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -41,6 +42,12 @@
|
|||
}) config.monitors;
|
||||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Return".action = spawn "kitty";
|
||||
"Mod+P".action = spawn [
|
||||
"sh"
|
||||
"-c"
|
||||
"$(tofi-run)"
|
||||
];
|
||||
"Mod+Shift+C".action = spawn "/home/${user}/scripts/tofi/colorscheme";
|
||||
};
|
||||
window-rules = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue