sxhkd -m 1 for non qwerty keyboards

If we don't specify -m 1, the sxhkd shortcuts will only be usable in QWERTY, despite the fact that an other layout has been set with setxkbmap
This commit is contained in:
badmrfrosty 2019-06-29 21:36:47 +02:00 committed by GitHub
parent aa5318e5ce
commit 23343f8be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
setbg & # Set the background
sxhkd & # Bind keys
sxhkd -m 1 & # Bind keys
# Switch to US international with Caps as Mod/Escape
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape