From c05bffa826020922f84f3a3360453aeddd38b2b9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 24 Oct 2016 02:45:42 +0200 Subject: [PATCH] x-super-keysym = 'meta, x-meta-keysym = 'alt --- core/core-os-linux.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-os-linux.el b/core/core-os-linux.el index d249e1032..22fa02529 100644 --- a/core/core-os-linux.el +++ b/core/core-os-linux.el @@ -1,5 +1,8 @@ ;;; core-os-linux.el --- Debian-specific settings +(setq x-super-keysym 'meta + x-meta-keysym 'alt) + (defun doom-open-with (command &rest args) "Open PATH in APP-NAME, using xdg-open." (interactive)