home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b125863
)
Fix broken swaymsg aliases.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 4 Mar 2025 02:06:53 +0000
(
03:06
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 4 Mar 2025 02:06:53 +0000
(
03:06
+0100)
testing/home/desktop/.bashrc_bonus
patch
|
blob
|
history
diff --git
a/testing/home/desktop/.bashrc_bonus
b/testing/home/desktop/.bashrc_bonus
index b0419c264e39f821be79d87a2569be6a8340c8ed..baa8d8b5cb299b4a969eac7ebdc81a1e35851932 100644
(file)
--- a/
testing/home/desktop/.bashrc_bonus
+++ b/
testing/home/desktop/.bashrc_bonus
@@
-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'
"