Compare commits

...

2 Commits

Author SHA1 Message Date
dacc5cbd2b use static number for workspaces 2024-04-28 22:59:40 -07:00
55459c7943 add openscad 2024-04-28 22:57:05 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -149,11 +149,12 @@ in {
center-new-windows = true; center-new-windows = true;
focus-change-on-pointer-rest = false; focus-change-on-pointer-rest = false;
workspaces-only-on-primary = true; workspaces-only-on-primary = true;
dynamic-workspaces = true; dynamic-workspaces = false;
}; };
"org/gnome/desktop/wm/preferences" = { "org/gnome/desktop/wm/preferences" = {
auto-raise = false; auto-raise = false;
raise-on-click = false; raise-on-click = false;
num-workspaces = 10;
}; };
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
switch-to-application-1 = []; switch-to-application-1 = [];

View File

@ -13,6 +13,7 @@ in {
prusa-slicer # Slicing software optimized for Prusa 3D printers, offering user-friendly interface and settings. prusa-slicer # Slicing software optimized for Prusa 3D printers, offering user-friendly interface and settings.
freecad # Open-source parametric 3D CAD modeler. freecad # Open-source parametric 3D CAD modeler.
blender # Open-source 3D creation suite for modeling, animation, rendering, and more. blender # Open-source 3D creation suite for modeling, animation, rendering, and more.
openscad
]; ];
}; };
} }