mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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:
parent
aa5318e5ce
commit
23343f8be7
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
setbg & # Set the background
|
setbg & # Set the background
|
||||||
sxhkd & # Bind keys
|
sxhkd -m 1 & # Bind keys
|
||||||
# Switch to US international with Caps as Mod/Escape
|
# 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' &
|
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
|
||||||
# Properties button extra Mod/Escape
|
# Properties button extra Mod/Escape
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user