diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-09 23:18:29 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-09 23:18:29 +0200 |
commit | 9894bc954586cf08cedb1830b36daadef93afe98 (patch) | |
tree | f9cfe7465f62270d48793d940e7b5df54f5d2752 /README.md | |
parent | f62f6d5fe43409f097b902104cc1cca643acbdce (diff) |
doc bspwm => river
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -6,10 +6,11 @@ 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). -The keyboard layout is handled by the installer and written -to `/etc/X11/xorg.conf.d/00-keyboard.conf` automatically. +The keyboard layout needs to be written to `~/.kblayout`, e.g. -You should set your desired primary video output in `~/.primary_monitor`. +``` +echo -n de > ~/.kblayout +``` ## install.sh @@ -34,16 +35,16 @@ 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 +## Starting a wayland session -By default this setup launches X when zsh is started on tty1. +By default this setup launches river when zsh is started on tty1. You can however use a display manager if you want. ## Keybinds / Controls -### sxhkd +### river -The sxhkd keybinds are well documented in `sxhkdrc`. +The river keybinds are well documented in `riverrc`. ### Vim |