diff options
| author | Blista Kanjo | 2022-11-04 16:57:55 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-04 16:57:55 -0400 |
| commit | 7c079232e09dc2b7cd1869e99f02400d77682ea9 (patch) | |
| tree | c0ab7d928aaae888f7bf67a17bbb25805c5e55c1 /.config/awesome | |
| parent | 759ca8100998d8d0e18c59d30d568878cb29facb (diff) | |
refactor: removed commands related to .Xmodmap and X11 configuration
Diffstat (limited to '.config/awesome')
| -rwxr-xr-x | .config/awesome/keymapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh index 734667b..877907d 100755 --- a/.config/awesome/keymapper.sh +++ b/.config/awesome/keymapper.sh @@ -1,3 +1,3 @@ -#!/bin/sh +#!/bin/bash -input-remapper-control --command stop-all && input-remapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap && sleep 1 && xset r rate 300 50 +sleep 1 && input-remapper-control --command stop-all && sleep 1 && input-remapper-control --command autoload |
