From e35f5b729d2034d66228915d873e948b4d166d81 Mon Sep 17 00:00:00 2001 From: Rawley Fowler Date: Wed, 9 Nov 2022 14:32:48 -0600 Subject: [PATCH] FreeBSD! --- freebsd/home/.cwmrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 freebsd/home/.cwmrc diff --git a/freebsd/home/.cwmrc b/freebsd/home/.cwmrc new file mode 100644 index 0000000..0d5abec --- /dev/null +++ b/freebsd/home/.cwmrc @@ -0,0 +1,31 @@ +#!/bin/sh + +sticky yes + +# Keys +bind-key M-d /usr/local/bin/dmenu_run +bind-key CM-r reload +bind M-f window-fullscreen +bind M-h window-cycle +bind M-l window-rcycle + + +fontname "terminus:pixelsize=12:bold" + +# Appearance +borderwidth 2 +color activeborder "#010101" +color inactiveborder "#77777" +color urgencyborder "#ff2222" + +color font "#010101" +color selfont "#010101" +color menubg "#ffffff" +color menufg "#010101" + +gap 8 8 8 8 + +# Commands +command emacs emacs +command firefox firefox +command top "xterm -e htop"