This commit is contained in:
Vivian 2022-12-25 16:34:48 +01:00
parent e996cd56ed
commit 345576623f
3 changed files with 46 additions and 40 deletions

View file

@ -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";
};
};
}

View file

@ -33,6 +33,7 @@ in {
rustup
solo2-cli
tex
yt-dlp
];
xdg.mimeApps.enable = true;