From d018daa26eaf098ce322ab7baac1b2c8b509a307 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Thu, 23 Sep 2021 03:33:36 +0800 Subject: [PATCH] Updated default layout command. --- .config/wm_scripts/layout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wm_scripts/layout.sh b/.config/wm_scripts/layout.sh index fbe330e..831c155 100755 --- a/.config/wm_scripts/layout.sh +++ b/.config/wm_scripts/layout.sh @@ -23,7 +23,7 @@ echo $option case $option in 1*) loadkeys us - cmd="setxkbmap us" + cmd="setxkbmap us -option" echo $cmd > $script_file $($cmd) ;;