diff options
| author | Syndamia <kamen@syndamia.com> | 2022-12-03 14:56:03 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-12-03 14:56:03 +0200 |
| commit | b33849761d68397b0faeb0351e3728bbb16d5604 (patch) | |
| tree | e1618d5f9d0443b46726951714ab4b80c118ef0a /.a | |
| parent | 38e6963fd28bb451f8256d9381c47c8a5139a14b (diff) | |
| download | dotfiles-b33849761d68397b0faeb0351e3728bbb16d5604.tar dotfiles-b33849761d68397b0faeb0351e3728bbb16d5604.tar.gz dotfiles-b33849761d68397b0faeb0351e3728bbb16d5604.zip | |
[xkb] Added a custom bulgarian layout and updated on-wm-session command
Diffstat (limited to '.a')
| -rwxr-xr-x | .a/sys/on-wm-session.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.a/sys/on-wm-session.sh b/.a/sys/on-wm-session.sh index 1173b93..3075c0d 100755 --- a/.a/sys/on-wm-session.sh +++ b/.a/sys/on-wm-session.sh @@ -13,7 +13,7 @@ lxpolkit & xautolock -detectsleep -secure -time 15 -locker ~/.a/sys/lock.sh & # auto lock screen tint2 & # taskbar picom & # compositor -setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching +setxkbmap -layout "us,bg-custom" -option "grp:alt_shift_toggle,lv3:win_switch" & # keyboard switching if [[ $device == "desktop" ]]; then xset m 1 1 # disable mouse acceleration (not a very proper way to do it, I know) |
