]> git.madduck.net Git - etc/xsession.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

enable compose on prtsc
authormartin f. krafft <madduck@madduck.net>
Sun, 17 Jun 2018 06:48:53 +0000 (08:48 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 17 Jun 2018 06:48:53 +0000 (08:48 +0200)
.xkb/keymap/default

index acb21d6e8b81628efbba59f74660d88b775f4f87..3f583af7da97cc69cc37dd8baa145a39449b2c3f 100644 (file)
@@ -2,6 +2,6 @@ default xkb_keymap "default" {
   xkb_keycodes  { include "evdev+aliases(qwerty)"       };
   xkb_types     { include "complete"    };
   xkb_compat    { include "complete"    };
-  xkb_symbols   { include "pc+us+inet(evdev)+madduck(default_switch)+madduck(caps_mod4)+madduck(group2_intl)"  };
+  xkb_symbols   { include "pc+us+inet(evdev)+compose(prsc)+madduck(default_switch)+madduck(caps_mod4)+madduck(group2_intl)"  };
   xkb_geometry  { include "pc(pc104)"        };
 };