From b33849761d68397b0faeb0351e3728bbb16d5604 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 3 Dec 2022 14:56:03 +0200 Subject: [xkb] Added a custom bulgarian layout and updated on-wm-session command --- .a/sys/on-wm-session.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.a/sys/on-wm-session.sh') 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) -- cgit v1.2.3