diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,7 @@ # bspwm-setup + ## Software + The software the scripts install depends on your distro. I don't maintain a separate list in the README anymore, but you can look at the scripts yourself (you should already be doing this). @@ -10,6 +12,7 @@ to `/etc/X11/xorg.conf.d/00-keyboard.conf` automatically. You should set your desired primary video output in `~/.primary_monitor`. ## install.sh + The `install.sh` script installs the entire setup. To do this, it first calls `shell_only.sh` and then does some additional stuff. @@ -21,6 +24,7 @@ into the repo. On top of this the configs can easily be updated by running `git pull`. ## shell_only.sh + The `shell_only.sh` script installs zsh with a custom theme and some utilities. @@ -31,19 +35,26 @@ on headless servers, or if you don't want to use the rest of the setup. A full install is recommended. ## Starting a X session + By default this setup launches X when zsh is started on tty1. You can however use a display manager if you want. ## Keybinds / Controls + ### sxhkd + The sxhkd keybinds are well documented in `sxhkdrc`. ### Vim + #### Normal mode + - `Enter`: Insert new line above current line ### tmux + #### Prefix: ctrl + s + - `x`: Display panes - `q`: Kill pane - `shift + h`: Horizontal split |