From ab335ec2825fdede990d378f3b5f7d42ea3f6c16 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 27 Jan 2014 15:22:20 +0100 Subject: [PATCH] updated config --- i3-config | 6 ++---- vimrc | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/i3-config b/i3-config index 440c020..be577ca 100644 --- a/i3-config +++ b/i3-config @@ -54,8 +54,8 @@ bindsym $mod+g exec gvim # start iceweasel bindsym $mod+b exec iceweasel -bindsym Print exec ksnapshot -bindsym Shift+Print exec ksnapshot -c +bindsym $mod+Print exec ksnapshot +bindsym $mod+Shift+Print exec ksnapshot -c # music control bindsym $mod+p exec clementine --play-pause @@ -208,8 +208,6 @@ bar { output xinerama-0 tray_output xinerama-0 status_command i3status - mode hide - hidden_state hide position top colors { # background is S_base03 diff --git a/vimrc b/vimrc index 60c364d..80ddaaf 100644 --- a/vimrc +++ b/vimrc @@ -17,3 +17,4 @@ set number set foldmethod=indent set foldnestmax=10 set nofoldenable +set modeline