From 3dcd700fe77f0c13c3dec595104d83a64d5fcaf1 Mon Sep 17 00:00:00 2001 From: wholteza Date: Sun, 15 Mar 2026 17:57:36 +0100 Subject: [PATCH] Keyboard layout command --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index a3aa1af..bc0532a 100644 --- a/.bashrc +++ b/.bashrc @@ -214,3 +214,6 @@ export PATH="$HOME/.local/bin:$PATH" export PATH=/home/$USER/.fnm:$PATH eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" + +alias qwerty='swaymsg input "*" xkb_layout "se"' +alias colemak='swaymsg input "*" xkb_layout "colemak-se"'