projects
/
~bandali
/
configs
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
rofi-light: rofi-based pop up for changing backlight brightness
[~bandali/configs]
/
sxhkd
/
.local
/
bin
/
toggle-layout
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
3
lang="$(setxkbmap -print | grep xkb_symbols | cut -d'+' -f 2)"
4
5
if [ "$lang" = "us" ]; then
6
setxkbmap ir
7
else
8
setxkbmap us
9
#xmodmap $HOME/.Xmodmap
10
fi