update
This commit is contained in:
parent
44408fe79f
commit
da8ed12739
3 changed files with 46 additions and 40 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
switch-to-workspace-4 = [ "<Super>4" ];
|
||||
switch-to-workspace-5 = [ "<Super>5" ];
|
||||
switch-to-workspace-6 = [ "<Super>6" ];
|
||||
toggle-fullscreen = [ "<Super>f" ];
|
||||
toggle-fullscreen = [ "<Super><Shift>M" ];
|
||||
toggle-maximized = [ "<Super>m" ];
|
||||
};
|
||||
|
||||
|
@ -79,5 +79,10 @@ in {
|
|||
command = "kgx";
|
||||
name = "Open Terminal";
|
||||
};
|
||||
"firefox" = {
|
||||
binding = "<Super>f";
|
||||
command = "firefox";
|
||||
name = "Open Firefox";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@ in {
|
|||
rustup
|
||||
solo2-cli
|
||||
tex
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
xdg.mimeApps.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue