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