mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-09 04:39:29 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
9
config/scripts/keyboard_layout.sh
Executable file
9
config/scripts/keyboard_layout.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
# This script is optional, it switches the input method engine for the IBus (Intelligent Input Bus) framework between two options AR and FR.
|
||||
current=$(ibus engine)
|
||||
if [ "$current" = "xkb:dz:ar:ara" ]; then
|
||||
ibus engine xkb:fr:latin9:fra
|
||||
elif [ "$current" = "xkb:fr:latin9:fra" ]; then
|
||||
ibus engine xkb:dz:ar:ara
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue