summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------.vim/bundle/Vundle.vim0
-rw-r--r--.vimrc1
-rw-r--r--.xinitrc2
-rw-r--r--.xkb/desktop4
-rw-r--r--.xkb/symbols/us-custom13
5 files changed, 17 insertions, 3 deletions
diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim
-Subproject 9a38216a1c0c597f978d73547d37681fc689c90
+Subproject b255382d6242d7ea3877bf059d2934125e0c4d9
diff --git a/.vimrc b/.vimrc
index 9335cfd..f9c00db 100644
--- a/.vimrc
+++ b/.vimrc
@@ -21,6 +21,7 @@ Plugin 'veloce/vim-aldmeris'
Plugin 'tpope/vim-fugitive'
Plugin 'ctrlpvim/ctrlp.vim'
+
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
diff --git a/.xinitrc b/.xinitrc
index c7c44da..64e82ab 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -16,7 +16,7 @@ fi
initcfg
-dwm-statusbar &
+#dwm-statusbar &
exec dwm
#exec openbox-session
diff --git a/.xkb/desktop b/.xkb/desktop
index 54792c0..a8b5808 100644
--- a/.xkb/desktop
+++ b/.xkb/desktop
@@ -3,6 +3,6 @@ xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
- xkb_symbols { include "pc+ch+inet(evdev)+ch-custom(desktop)" };
- xkb_geometry { include "pc(pc105)" };
+ xkb_symbols { include "pc+us+inet(evdev)+us-custom(desktop)" };
+ xkb_geometry { include "pc(pc104)" };
};
diff --git a/.xkb/symbols/us-custom b/.xkb/symbols/us-custom
new file mode 100644
index 0000000..98da5ac
--- /dev/null
+++ b/.xkb/symbols/us-custom
@@ -0,0 +1,13 @@
+default partial alphanumeric_keys
+xkb_symbols "basic" {
+ key <CAPS> { [ Escape ] };
+ key <PRSC> { [ Insert ] };
+};
+
+partial alphanumeric_keys
+xkb_symbols "desktop" {
+ include "us-custom(basic)"
+
+ key <MENU> { [ Super_R ] };
+};
+