46 lines
1.3 KiB
Org Mode
Vendored
46 lines
1.3 KiB
Org Mode
Vendored
#+TITLE: scripts
|
|
#+OPTIONS: toc:nil
|
|
|
|
#+begin_quote
|
|
** [[./install_dependencies][install_dependencies]]
|
|
*** description
|
|
This script installs all dependencies for everything in this configuratio
|
|
to work. Right now this script only works on Fedora Linux.
|
|
*** usage
|
|
#+begin_src sh
|
|
./scripts/install_dependencies
|
|
#+end_src
|
|
*** arguments
|
|
This script does not accept any arguments
|
|
#+end_quote
|
|
|
|
#+begin_quote
|
|
** [[./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 ~<Super>+{1-9}~
|
|
- Binds moving windows to workspaces to ~<Super><Shift>+{1-9}~
|
|
*** usage
|
|
#+begin_src sh
|
|
./scripts/gnome_workspace_setup
|
|
#+end_src
|
|
*** arguments
|
|
This script does not accept any arguments
|
|
#+end_quote
|
|
|
|
#+begin_quote
|
|
** [[./fedora_quick_setup][fedora_quick_setup]]
|
|
*** description
|
|
This script automatically sets up most things to quickly get
|
|
up and running on a fresh fedora installation. The main thing this does
|
|
not is configure most of gnome or install flatpaks.
|
|
** usage
|
|
#+begin_src sh
|
|
./scripts/fedora_quick_setup
|
|
#+end_src
|
|
*** arguments
|
|
This script does not accept any arguments
|
|
#+end_quote
|