mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
niri: japanese numbers
This commit is contained in:
parent
6f199833bf
commit
4482ec422a
1 changed files with 21 additions and 18 deletions
|
|
@ -75,32 +75,35 @@ in {
|
|||
#deactivate-unfocused-windows = {};
|
||||
};
|
||||
workspaces = {
|
||||
"01-notes" = {
|
||||
name = "notes";
|
||||
"01" = {
|
||||
name = "一";
|
||||
};
|
||||
"02-chat" = {
|
||||
name = "chat";
|
||||
"02" = {
|
||||
name = "二";
|
||||
};
|
||||
"03-browser" = {
|
||||
name = "browser";
|
||||
"03" = {
|
||||
name = "三";
|
||||
};
|
||||
"04-code" = {
|
||||
name = "code";
|
||||
"04" = {
|
||||
name = "四";
|
||||
};
|
||||
"05-term" = {
|
||||
name = "term";
|
||||
"05" = {
|
||||
name = "五";
|
||||
};
|
||||
"06-mail" = {
|
||||
name = "mail";
|
||||
"06" = {
|
||||
name = "六";
|
||||
};
|
||||
"07-game" = {
|
||||
name = "game";
|
||||
"07" = {
|
||||
name = "七";
|
||||
};
|
||||
"08-video" = {
|
||||
name = "video";
|
||||
"08" = {
|
||||
name = "八";
|
||||
};
|
||||
"09-audio" = {
|
||||
name = "audio";
|
||||
"09" = {
|
||||
name = "九";
|
||||
};
|
||||
"10" = {
|
||||
name = "十";
|
||||
};
|
||||
};
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue