From e42713cc3e236cf49120ef74d140bfdf82036249 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Fri, 4 Nov 2022 21:35:26 +1030 Subject: [PATCH] updated xprofile to set keyboard and ctrl/caps mapping with setxkbmap --- .config/x11/xprofile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 0b42e38..0b27554 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -1,7 +1,7 @@ #!/bin/sh # keyboard layout -setxkbmap us & +setxkbmap -layout dvorak -options ctrl:nocaps & # wallpaper nitrogen --restore & @@ -15,9 +15,6 @@ redshift-gtk -l 34.92866:138.59863 & # cursor xsetroot -cursor_name left_ptr -# modmap because xinit won't do it -xmodmap -pke "$HOME"/.config/x11/.Xmodmap - # start thunar daemon so it doesn't take years to load thunar --daemon &