home · contact · privacy
Fix broken swaymsg aliases.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 4 Mar 2025 02:06:53 +0000 (03:06 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 4 Mar 2025 02:06:53 +0000 (03:06 +0100)
testing/home/desktop/.bashrc_bonus

index b0419c264e39f821be79d87a2569be6a8340c8ed..baa8d8b5cb299b4a969eac7ebdc81a1e35851932 100644 (file)
@@ -1,4 +1,4 @@
 # mere "kb" might be more flexible, but this way I won't accidentally try for
 # a non-existing "en" layout
-alias kb_de="swaymsg input * xkb_layout de"
-alias kb_us="swaymsg input * xkb_layout us"
+alias kb_de="swaymsg 'input * xkb_layout de'"
+alias kb_us="swaymsg 'input * xkb_layout us'"