diff options
| author | Kyle Javier | 2021-10-01 04:05:45 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-01 04:05:45 -0400 |
| commit | 261723bd77de1d489626e9416e2a171e382bb5e7 (patch) | |
| tree | f8d5bf944bd4ef906958fa83a69ef02707013201 /awesome/keymapper.sh | |
| parent | 1955985ba52a6f3e8c4db1e109610e8ebc07716f (diff) | |
fixed key-mapper and compose key (with autostart)
Diffstat (limited to 'awesome/keymapper.sh')
| -rwxr-xr-x | awesome/keymapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/keymapper.sh b/awesome/keymapper.sh index a28aa3e..f986290 100755 --- a/awesome/keymapper.sh +++ b/awesome/keymapper.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -key-mapper-control --command stop-all && key-mapper-control --command autoload +key-mapper-control --command stop-all && key-mapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt
\ No newline at end of file |
