mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
add noctalia-shell
This commit is contained in:
parent
0bc11dd3d4
commit
66098ab891
10 changed files with 244 additions and 36 deletions
|
|
@ -12,7 +12,14 @@
|
|||
}
|
||||
{
|
||||
key = "super + b";
|
||||
command = "pkill -USR1 .waybar-wrapped";
|
||||
command =
|
||||
{
|
||||
waybar = "pkill -USR1 .waybar-wrapped";
|
||||
dms = "dms ipc call bar toggle";
|
||||
caelestia = "echo pass";
|
||||
noctalia-shell = "noctalia-shell ipc call bar toggle";
|
||||
}
|
||||
.${config.desktopShell};
|
||||
}
|
||||
{
|
||||
key = "XF86AudioMute";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue