diff options
| author | Kyle Javier | 2021-10-01 04:15:01 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-01 04:15:01 -0400 |
| commit | 85440f41dad706a242f19f60b21ce7fc7f4e733e (patch) | |
| tree | 1298655bbe85a24451b4d06859a474343a64ff20 /awesome | |
| parent | 261723bd77de1d489626e9416e2a171e382bb5e7 (diff) | |
added scroll lock support
Diffstat (limited to 'awesome')
| -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 f986290..84d5d99 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 && sleep 2 && setxkbmap -option compose:ralt
\ No newline at end of file +key-mapper-control --command stop-all && key-mapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap
\ No newline at end of file |
