dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

mytypes (191B)


      1 partial
      2 xkb_types "ctrl_alt_level2" {
      3 	type "CTRL_ALT_LEVEL2" {
      4 		modifiers= Control+Mod1;
      5 		map[Control+Mod1]= Level2;
      6 		level_name[Level1]= "Base";
      7 		level_name[Level2]= "Ctrl+Alt";
      8 	};
      9 };