update lang scripts
This commit is contained in:
parent
cd89792bc5
commit
c1fd21cfbd
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. $SCRIPTS/keeb
|
||||
|
||||
setxkbmap -v -layout gb
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
. $SCRIPTS/keeb
|
||||
|
||||
setxkbmap -v -layout us_qwerty-fr
|
||||
|
7
.scripts/lang/mot
Executable file
7
.scripts/lang/mot
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# trouvez le signification d'un mot français
|
||||
|
||||
mot=$1
|
||||
|
||||
sdcv -c -n $mot
|
Loading…
x
Reference in New Issue
Block a user