From 1e4daaab89d8d2469f7bad72549847c9ca3fcaf6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 18 Nov 2020 00:17:07 +0100 Subject: [PATCH] move free keys --- templates/i3.config.j2 | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/templates/i3.config.j2 b/templates/i3.config.j2 index bf9a7f6..9c7e97a 100644 --- a/templates/i3.config.j2 +++ b/templates/i3.config.j2 @@ -111,7 +111,30 @@ bindsym $mod+plus exec {{points_up_command}} bindsym $mod+KP_Subtract exec {{points_down_command}} bindsym $mod+KP_Add exec {{points_up_command}} -# unlearn +# free keys +# $mod+i +# $mod+j +# $mod+k +# $mod+l +# $mod+n +# $mod+o +# $mod+u +# $mod+adiaeresis +# $mod+odiaeresis +# $mod+udiaeresis +# $mod+comma +# $mod+period +# $mod+numbersign +# $mod+Home +# $mod+End +# $mod+Pause +# $mod+Delete +# $mod+Insert +# $mod+Print +# $mod+Scroll_Lock +# $mod+less + +## unlearn #exec {{points_down_command}} @@ -399,26 +422,3 @@ for_window [class="^URxvt$" title="^tmux-workspace$"] border none exec "{{default_terminal}}" exec --no-startup-id "~/bin/i3-watchers" - -### free keys -# $mod+i -# $mod+j -# $mod+k -# $mod+l -# $mod+n -# $mod+o -# $mod+u -# $mod+adiaeresis -# $mod+odiaeresis -# $mod+udiaeresis -# $mod+comma -# $mod+period -# $mod+numbersign -# $mod+Home -# $mod+End -# $mod+Pause -# $mod+Delete -# $mod+Insert -# $mod+Print -# $mod+Scroll_Lock -# $mod+less