summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2023-08-23 14:50:41 +0100
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2023-08-23 14:50:41 +0100
commit16f406b82b16f64cf5342eb89d40292129a5af46 (patch)
treefd006fb5ce1bcfea72193b521ff139f61146e515
parentsafeeyes (diff)
downloaddotfiles-16f406b82b16f64cf5342eb89d40292129a5af46.tar.gz
dotfiles-16f406b82b16f64cf5342eb89d40292129a5af46.tar.bz2
dotfiles-16f406b82b16f64cf5342eb89d40292129a5af46.zip
remove Multi_key from mod1
this fixes "compose key triggers fvwm commands"
-rwxr-xr-x.xinitrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index a976e84..5c558ed 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,5 +1,7 @@
#!/bin/sh
+xmodmap -e 'remove mod1 = Multi_key'
+
if [[ -z "$DBUS_SESSION_BUS_ADDRESS" ]]; then
eval $(dbus-launch --exit-with-x11 --sh-syntax)
fi