summaryrefslogtreecommitdiffstats
path: root/xprofile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-02 22:03:36 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-02 22:03:36 +0100
commit736db07f8371f05ca4bac939f6bc70bc7763ef22 (patch)
treef4e56ef681526cda0f28a9d7eb897b207ea8d240 /xprofile
parent02b9887bbaf101ec6f33179a6a86ca3ae9044752 (diff)
Adds a delay to xmodmap call to try to get it to work
Diffstat (limited to '')
-rw-r--r--xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xprofile b/xprofile
index 03e92fc..1526c74 100644
--- a/xprofile
+++ b/xprofile
@@ -8,7 +8,7 @@ feh --bg-max --randomize ~/Pictures/wallpapers/* &
# Terminal st config is in Xresources so this needs to be called
xrdb ~/.Xresources
-xmodmap ~/.xmodmap &
+sh -c "sleep 5; xmodmap ~/.xmodmap" &
setxkbmap us &