From e8a8ba727a4e134ae7e1368c5ab09a3cbc4004bc Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 5 Jan 2022 00:10:32 +0100 Subject: [PATCH] move modifiers --- templates/i3/i3.config.j2 | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/templates/i3/i3.config.j2 b/templates/i3/i3.config.j2 index ee61da7..7ec94a9 100644 --- a/templates/i3/i3.config.j2 +++ b/templates/i3/i3.config.j2 @@ -84,13 +84,11 @@ bindsym $mod+Control+Tab floating toggle {% endfor %} # move workspace bindsym $mod+Shift+Left move workspace to output left -bindsym $mod+Shift+$left move workspace to output left bindsym $mod+Shift+Down move workspace to output down -bindsym $mod+Shift+$down move workspace to output down bindsym $mod+Shift+Up move workspace to output up -bindsym $mod+Shift+$up move workspace to output up bindsym $mod+Shift+Right move workspace to output right -bindsym $mod+Shift+$right move workspace to output right +bindsym $mod+Shift+O exec fish -c "i3-msg move workspace to output ( i3-msg -t get_outputs | jq --raw-output '.[]|select(.active == true).name' | rofi -dmenu -p 'move workspace to output' )"; mode "default" +bindsym $mod+Shift+P move workspace to output primary; mode "default" ## Window # The middle button over a titlebar kills the window @@ -115,6 +113,7 @@ bindsym $mod+KP_Add exec {{points_up_command}} # $mod+k # $mod+l # $mod+n +# $mod+m # $mod+o # $mod+u # $mod+adiaeresis @@ -256,18 +255,6 @@ mode "bar" { bindsym Escape mode "default" } -### Move mode -mode "move" { - - - bindsym o exec fish -c "i3-msg move workspace to output ( i3-msg -t get_outputs | jq --raw-output '.[]|select(.active == true).name' | rofi -dmenu -p 'move workspace to output' )"; mode "default" - bindsym p move workspace to output primary; mode "default" - - # back to normal: Escape - bindsym Escape mode "default" -} - - ### Resize window mode # resize window (you can also use the mouse for that)