From 7c079232e09dc2b7cd1869e99f02400d77682ea9 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 4 Nov 2022 16:57:55 -0400 Subject: refactor: removed commands related to .Xmodmap and X11 configuration --- .config/awesome/keymapper.sh | 4 ++-- 1 file 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 -- cgit v1.2.3