#+TITLE: scripts #+OPTIONS: toc:nil #+begin_quote ** [[./scripts/install_dependencies][=install_dependencies=]] *** description This script installs all the dependencies for everything in this repository on almostâ„¢ any distribution to the best of it's abilities. *** usage #+begin_src sh ./scripts/install_dependencies [OPTIONS] #+end_src *** arguments TODO #+end_quote #+begin_quote ** [[./scripts/gnome_workspace_setup][=gnome_workspace_setup=]] *** description This scripts configures the workspaces under gnome to behave similar to how it is on [[https://dwm.suckless.org][dwm]]. - It disables dynamic workspaces - Sets the number of static workspaces to 9 - Binds switching workspaces to ~+{1-9}~ - Binds moving windows to workspaces to ~+{1-9}~ *** usage #+begin_src sh ./scripts/gnome_workspace_setup #+end_src *** arguments This script does not accept any arguments #+end_quote