diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-02 22:03:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-02 22:03:36 +0100 |
commit | 736db07f8371f05ca4bac939f6bc70bc7763ef22 (patch) | |
tree | f4e56ef681526cda0f28a9d7eb897b207ea8d240 /xprofile | |
parent | 02b9887bbaf101ec6f33179a6a86ca3ae9044752 (diff) |
Adds a delay to xmodmap call to try to get it to work
Diffstat (limited to '')
-rw-r--r-- | xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & |