River
River is a dynamic tiling Wayland compositor with flexible runtime configuration.
Get River From ko-fi
And Support Archcraft Development.
Installation
Follow the instructions below to install River :
- Download river.tar.gz file from ko-fi, and save it in a directory.
- Open a terminal in same directory and run the following command to extract the tar file :
$ tar -xzvf river.tar.gz
- Once the file is extracted, change to the extracted directory which should be
river
- Install On Archcraft
- Install On Other Distributions
On Archcraft, You can simply install the provided package in pkg directory with :
$ sudo pacman -U archcraft-river-X.Y-Z-any.pkg.tar.zst
If you want to install this setup on Arch Linux or on any other distro, follow the points below :
- Install the following programs on your Linux distro:
river
lua
lua-posix
wlr-randr
swaybg
swayidle
swaylock
wlroots
wl-clipboard
waybar
wofi
foot
mako
grim
slurp
wf-recorder
light
yad
thunar
geany
mpv
mpd
mpc
viewnior
imagemagick
xfce-polkit
xorg-xwayland
xdg-desktop-portal-wlr
playerctl
pastel
python-pywal
alacritty
rofi
pulsemixer
- After installing programs above, Create river directory in
~/.config
$ mkdir -p ~/.config/river
- Copy Everything from dotfiles to
~/.config/river
$ cp -r ./dotfiles/* ~/.config/river/
- Logout and login to your amazingly configured River WC.
Install the fonts from
fonts
and GTK theme, icons and cursor fromgtk
directory for overall appearance.
River comes pre-installed on Archcraft WSE
and Archcraft Prime
ISOs.
Configuration
River is pre-configured in Archcraft. In this section, We'll see how the River wayland compositor is configured, what tools and utilities are used to make it look and work like a complete desktop environment.
Config Structure
The configuration structure of River in Archcraft looks something like this:
~/.config
└── river : river config directory
├── alacritty : alacritty terminal config
├── foot : foot terminal config
├── mako : notification daemon config
│ └── icons : notification icons
├── rofi : rofi config files
├── scripts : various scripts for functionality
├── theme : current theme and pywal themes
├── wallpapers : wallpapers
├── waybar : statusbar config
├── wofi : launcher, Powermenu config
└── init : river init file (main config)
Terminal
- Default
- Alternate
Alacritty is the default terminal. In the River wayland compositor, alacritty is launched with an alternative config file. If you need to change anything, make sure you modify the config files in ~/.config/river/alacritty
directory. These are the following config files you can modify to change the behaviour of your alacritty terminal:
~/.config/river/alacritty/alacritty.toml
: Main configuration file
~/.config/river/alacritty/colors.toml
: Colors configurations
~/.config/river/alacritty/fonts.toml
: Fonts configurations
If you need any help with alacritty config, run :
man 5 alacritty
in terminal.
Foot is the secondary/alternate terminal. In the River wayland compositor, foot is launched with an alternative config file. If you need to change anything, make sure you modify the config files in ~/.config/river/foot
directory. These are the following config files you can modify to change the behaviour of your foot terminal:
~/.config/river/foot/foot.ini
: Main configuration file
~/.config/river/foot/colors.ini
: Colors configurations
~/.config/river/foot/fonts.ini
: Fonts configurations
If you need any help with foot config, run :
man foot.ini
in terminal.
By Default, alacritty is used But, If you want to use foot as your default terminal, just edit the ~/.config/river/init
file and comment the keybindings for Terminal : alacritty
and uncomment the bindings for Terminal : foot
When you change the theme
, the colors.toml file of alacritty and colors.ini file of foot get overwritten by the theme script.
Notification
Mako is used as a notification daemon for notifications in River. In the River wayland compositor, mako is launched with an alternative config file, which is ~/.config/river/mako/config
. So, If you need to modify anything, make sure you edit this file.
If you need any help with mako config, run :
man 5 mako
in terminal.
When you change the theme
, the colors in config file get overwritten by the theme script.
Wallpaper
swaybg sets the wallpaper in the River. If you want to change the wallpaper, Edit ~/.config/river/scripts/wallpaper
script and add your wallpaper here :
WALLPAPER='/path/to/your/wallpaper'
When you change the theme
, the wallpaper path in wallpaper
script get overwritten by the theme script.
Statusbar
Waybar is used as the statusbar in Archcraft's River wayland compositor.
The configurations for waybar can be found inside ~/.config/river/waybar
. If you want to modify the waybar settings, or perhaps want to add/remove modules, then you need to edit the following files :
~/.config/river/waybar/config
: Main config file
~/.config/river/waybar/modules
: Modules config file
~/.config/river/waybar/style.css
: CSS file for styling
~/.config/river/waybar/colors.css
: CSS colors file
If you need any help with waybar config, run :
man waybar
When you change the theme
, the colors.css file of waybar get overwritten by the theme script.
Launchers and Applets
- Rofi
- Wofi
Rofi is used for application launchers, command runner and various applets. To modify the rofi config, edit ~/.config/rofi/config.rasi
file.
If you need any help with rofi config, run :
man rofi
in terminal.
The scripts for rofi that are used in River can be found it ~/.config/river/scripts
directory. These are the following scripts that uses rofi to provide the launchers and applets in River :
rofi_bluetooth
: bluetooth applet to quickly connect to BT devices
rofi_launcher
: an application launcher, cmd runner, file manager and task manager
rofi_music
: music applet, that controls MPD with mpc
rofi_network
: network manager applet
rofi_powermenu
: power menu, with confirmation dialog
rofi_runner
: quickly lets you run a command
rofi_screenshot
: screenshot applet that works with grim
If you want to modify any applet or perhaps want to extend the functionality of the applet, just edit these scripts.
The configuration of each script can be found inside ~/.config/river/rofi
directory.
Let's say that you want to modify the looks of launcher, then you need to edit the ~/.config/river/rofi/launcher.rasi
file. Same goes for every other applet, Edit the respective file in the same directory.
If you need any help with rofi theming, run :
man rofi-theme
in terminal.
To change the colors and fonts of the launchers and applets, Edit the ~/.config/river/rofi/shared/colors.rasi
and ~/.config/river/rofi/shared/fonts.rasi
files.
Alternatively, Wofi is used for application launcher and powermenu.
If you need any help with wofi config, run :
man 5 wofi
in terminal.
The scripts for wofi that are used in River can be found it ~/.config/river/scripts
directory. These are the following scripts that uses wofi to provide the launchers and powermenu applets in River :
wofi_menu
: application launcher
wofi_powermenu
: power menu, with confirmation dialog
If you want to modify any applet or perhaps want to extend the functionality of the applet, just edit these scripts.
The configuration of wofi can be found inside ~/.config/river/wofi
directory.
To change the colors and fonts of the launchers and applets, Edit the ~/.config/river/wofi/style.css
and ~/.config/river/wofi/power.css
files.
By default, rofi is used as app launcher. But, If you want to use wofi instead of rofi, Edit the config file ~/.config/river/init
and uncomment wofi keybindings (and, comment the rofi bindings).
When you change the theme
, the shared/colors.rasi file of rofi and style.css, power.css files of wofi gets overwritten by the theme script.
wayland compositor
The main configuration file of River is ~/.config/river/init
. Edit this file for everything, from startup programs to input/output config to keybindings, etc.
If you need any help with river configuration, visit : River Wiki
When you change the theme
, colors in init file gets overwritten by the theme script.
Keybindings
Here's a list of some important keybinds you need to know for operating River easily. If you want to view, modify or add new keybinds, Edit ~/.config/river/init
file.
Applications
Keys | Action |
---|---|
super + Return | Open terminal |
super + shift + Return | Open floating terminal |
super + alt + Return | Open fullscreen terminal |
super + shift + F | Open file manager (thunar) |
super + shift + E | Open text editor (geany) |
super + shift + W | Open web browser (firefox) |
Menu and Applets
Keys | Action |
---|---|
super + D | Open application launcher |
super + R | Open command runner |
super + N | Open network manager applet |
super + M | Open music applet |
super + X | Open powermenu applet |
super + S | Open screenshots applet |
super + B | Open bluetooth applet |
Hardware Keys
Keys | Action |
---|---|
Take screenshot | |
alt + Print | Take screenshot in 5 seconds delay |
shift + Print | Take screenshot in 10 seconds delay |
super + Print | Take screenshot of selected area |
XF86AudioRaiseVolume | Increase volume |
XF86AudioLowerVolume | Decrease volume |
XF86AudioMute | Toggle mute speakers |
XF86AudioMicMute | Toggle mute microphone |
XF86Audio + Next/Prev/Play/Stop | Media controls (MPD) |
XF86MonBrightnessUp | Increase display brightness |
XF86MonBrightnessDown | Decrease display brightness |
Workspaces
Keys | Action |
---|---|
super + 1..9 | Focus tag 0 to 8 |
super + shift + 1..9 | Tag focused view with tag 0 to 8 |
super + ctrl + 1..9 | Toggle focus of tag 0 to 8 |
super + alt + 1..9 | Toggle tag 0 to 8 of focused view |
Window Management
Keys | Action |
---|---|
super + C/Q | Close focued window |
super + Left/Right | Focus next/previous view in the layout stack |
super + shift + Left/Right | Swap focused view with the next/previous view in the layout stack |
super + J/K | Focus next/previous output |
super + shift + J/K | Send the focused view to next/previous output |
super + E | Bump the focused view to the top of the layout stack |
super + H/L | Decrease/Increase the main_factor value of rivertile by 0.02 |
super + shift + H/L | Increment/Decrement the main_count value of rivertile |
ctrl + alt + Left/Down/Up/Right | Change layout orientation |
super + alt + Left/Down/Up/Right | Move floating views |
super + ctrl + Left/Down/Up/Right | Resize views |
super + alt + ctrl + H/J/K/L | Snap views to screen edges |
super + Space | Toggle float |
super + F | Toggle fullscreen |
Misc Keys
Keys | Action |
---|---|
super + P | Run colorpicker |
ctrl + alt + L | Trigger lockscreen |
ctrl + alt + Space | Dismiss notifications |
ctrl + alt + Delete | Quit River |
Nvidia
If you're on Archcraft
and install the provided package, There's nothing else you need to do in order to run it on Nvidia machine. When you install Archcraft on a machine that has Nvidia, It does all the operations (mentioned below) required to run a wayland compositor on such machines. The compositor should work fine.
If you're running any other distribution and want to install this setup on your Nvidia machine, You need to do some tweaking. In this guide, I'm assuing you're using Arch Linux. Follow the steps below to make this wayland compositor work on Nvidia :
- Install Nvidia Drivers on your system. NVIDIA
- Edit
/etc/mkinitcpio.conf
file and addnvidia
kernel modules
MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"
- In the same file, Remove
kms
hook from hooks array if present. - Rebuild your initrd file with :
sudo mkinitcpio -P linux
- Edit
/etc/default/grub
file and addnvidia_drm.modeset=1
kernel parameter for Nvidia
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia_drm.modeset=1 ..."
- Update your grub config file with :
sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot your Nvidia Machine and login to your wayland compositor, It should work now.
More Information: NVIDIA#Installation, NVIDIA#DRM_kernel_mode_setting
Screenshots
Desktop
Here's few screenshots of River
desktop. These'll give you an idea of the experience of River in Archcraft.
Desktop 1 | Desktop 2 | Desktop 3 | Desktop 4 |
---|---|---|---|
Desktop 5 | Desktop 6 | Desktop 7 | Desktop 8 |
---|---|---|---|
Desktop 9 | Desktop 10 | Desktop 11 | Desktop 12 |
---|---|---|---|
Desktop 13 | Desktop 14 |
---|---|
Themes
To Change the theme, Click on Color Palette
icon on waybar. To apply a random theme, Left Click
on the theme module and To restore the default theme, Right Click
on the theme module.
- Default Theme
- Random Themes
There's only one theme available for River.
Auto Generated themes with pywal
.
FAQs
How to update my config to new configs?
Download the updated package from ko-fi (for free) and just install it to update to new configs.
Steps to get updates (or re-download files):
- Login to you Ko-fi account
- Go to your
Ko-fi Payments History
- Select the purchases you've made
- Click on
View Details
- Then, Click on
View Content
to download the updated files.
Why my cursor is not visible?
When using certain graphics drivers (e.g. the VMSVGA graphics controller or the proprietary NVIDIA driver), the cursor is invisible. This can be fixed by using software cursors :
$ export WLR_NO_HARDWARE_CURSORS=1
How to change GTK theme, icons and cursor?
To change GTK theme, icons and cursor in River session, Edit ~/.config/river/init
file and restart River to apply the changes.
local gsettings = {
['org.gnome.desktop.interface'] = {
['gtk-theme'] = 'Arc-Dark',
['icon-theme'] = 'Arc-Circle',
['font-name'] = "'Noto Sans 9'",
['cursor-theme'] = river_options['xcursor-theme'][1],
['cursor-size'] = river_options['xcursor-theme'][2],
},
}
How to manage multiple monitors and resolution in River?
If you use multiple monitors with River wayland compositor, you can manage them as follow:
- You can get the names of your outputs with
wlr-randr
- Edit
~/.config/river/init
file and use the information you get by the command above:
local outputs = {
-- Laptop screen, mode: 1920x1080, scale: 1
['eDP-1'] = {
mode = '1920x1080',
pos = '0,0',
transform = 'normal',
scale = '1.000000',
preferred = true,
},
-- External monitor, mode: 1920x1080, position: right of laptop, scale: 1.5
['HDMI-A-1'] = {
mode = '1920x1080',
pos = '1920,0',
transform = 'normal',
scale = '1.500000',
preferred = true,
},
}
Why Alacritty is not working on my computer?
Since Alacritty is a OpenGL based terminal emulator, It may not work on some computer hardwares. You can make it work on such computers by following these methods :
- Open alacritty with LIBGL_ALWAYS_SOFTWARE=1 variable. Edit the keybindings/script launching alacritty and replace
alacritty
withLIBGL_ALWAYS_SOFTWARE=1 alacritty
- Edit /usr/share/applications/Alacritty.desktop desktop file and replace
Exec=alacritty
withExec=env LIBGL_ALWAYS_SOFTWARE=1 alacritty