Fix issue with setxkbmap not working

This commit is contained in:
Colin Powell
2019-10-04 09:52:50 -04:00
parent 5a2e18df63
commit 11ffb44f46

View File

@ -1,4 +1,4 @@
#!/bin/bash
feh --bg-scale ~/var/inbox/ng_photos/`ls -Art ~/var/inbox/ng_photos | tail -n 1`
setxkbmap -option caps:escape &
setxkbmap -option compose:ralt &
setxkbmap -option caps:escape -option compose:ralt &