mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 09:37:57 +00:00
zen: try to fix it but realize it doesn't work
This commit is contained in:
parent
91f3d03ea3
commit
4aa90bb98f
5 changed files with 94 additions and 58 deletions
|
@ -139,7 +139,7 @@ in merge <| mkIf config.isDesktop {
|
|||
|
||||
"SUPER+SHIFT, RETURN, exec, kitty"
|
||||
"SUPER , RETURN, exec, ghostty --gtk-single-instance=true"
|
||||
"SUPER , W , exec, zen-beta"
|
||||
"SUPER , W , exec, zen"
|
||||
"SUPER , D , exec, discord"
|
||||
"SUPER , Z , exec, zulip"
|
||||
"SUPER , M , exec, thunderbird"
|
||||
|
|
|
@ -35,9 +35,9 @@ in merge <| mkIf config.isDesktop {
|
|||
"hyprland/window" = {
|
||||
separate-outputs = true;
|
||||
|
||||
rewrite."(.*) - Discord" = " $1";
|
||||
rewrite."(.*) - Discord" = " $1";
|
||||
rewrite."(.*) — Zen" = " $1";
|
||||
rewrite."(.*) — nu" = " $1";
|
||||
rewrite."(.*) — nu" = " $1";
|
||||
};
|
||||
|
||||
modules-right = [ "tray" "pulseaudio" "backlight" "cpu" "memory" "network" "battery" "clock" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue