CWM Setup

This post explains how to set up a (nearly) complete desktop with CWM on Trisquel GNU/Linux 11 "Aramo".

Startup Programs

Put the following in "~/.xprofile":

This starts various services that are expected, like backlight and volume control.

Keyboard Shortcuts

Use GNOME-inspired keyboard shortcuts. Super+L to lock with the Trisquel's default screen locker, mate-screensaver-command. Super+Enter to open MATE Terminal, similar to i3 and Sway. Super+Left to tile the current window to the left side of the screen. Ctrl+Alt+Left/Right to move between active workspaces (it works just like GNOME's dynamic workspaces!) Super+[1-9] to switch to a specific workspace, like in Sway and i3.

I use MATE Terminal because it supports color emoji. Sadly, urxvt does not.

Display Battery

Install tmux Plugin Manager.

Add the following to the end of "~/.tmux.conf".

Display Network Status

Add the following to "~/.tmux.conf".

Scroll in tmux

Add the following to "~/.tmux.conf".

See my full config on Codeberg.

Dotfiles

"CWM Setup" was published on April 16, 2024.

Home