aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xriver/init6
1 files changed, 6 insertions, 0 deletions
diff --git a/river/init b/river/init
index d61ed23..5a9b0da 100755
--- a/river/init
+++ b/river/init
@@ -260,3 +260,9 @@ if [ -e ~/.kshrc ] ; then
checkSSHAgent
fi
+case $(uname) in
+FreeBSD)
+riverctl keyboard-layout -options ctrl:nocaps us;
+foot &;
+;;
+esac