diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2018-12-23 21:05:24 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2018-12-23 21:05:24 +0700 |
| commit | e30c67483b11bab0ae3795ef7015435489ea7833 (patch) | |
| tree | 9350fd6b22b68abc84c42476ec1cf0fc2576bc13 /i3wm/.config/i3 | |
| parent | 1297a2e0ec774a13c9900b63c2b4afbb6582a5d3 (diff) | |
| download | dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.tar.gz dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.tar.bz2 dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.tar.lz dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.tar.xz dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.tar.zst dotfiles-e30c67483b11bab0ae3795ef7015435489ea7833.zip | |
reorganization and updates
Diffstat (limited to 'i3wm/.config/i3')
| -rw-r--r-- | i3wm/.config/i3/config | 57 |
1 files changed, 48 insertions, 9 deletions
diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index 714498b..c918ff2 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -62,10 +62,17 @@ bindsym $mod+semicolon focus right # alternatively, you can use the cursor keys: #bindsym $mod+Left focus left bindsym $mod+Left workspace prev_on_output +bindsym $mod+Control+Left workspace prev +bindsym $mod+Shift+Control+Left move workspace to output left bindsym $mod+Down focus down bindsym $mod+Up focus up #bindsym $mod+Right focus right bindsym $mod+Right workspace next_on_output +bindsym $mod+Control+Right workspace next +bindsym $mod+Shift+Control+Right move workspace to output right +bindsym $mod+b workspace back_and_forth +bindsym $mod+Shift+b move container to workspace back_and_forth +bindsym $mod+n exec --no-startup-id rofiworkspace # move focused window bindsym $mod+Shift+j move left @@ -105,18 +112,30 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child +bindsym $mod+backslash move workspace to output right + # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8" -set $ws9 "9" +set $ws1 "1" +set $ws2 "2" +set $ws3 "3" +set $ws4 "4" +set $ws5 "5" +set $ws6 "6" +set $ws7 "7" +set $ws8 "8" +set $ws9 "9" set $ws10 "10" +set $ws11 "11" +set $ws12 "12" +set $ws13 "13" +set $ws14 "14" +set $ws15 "15" +set $ws16 "16" +set $ws17 "17" +set $ws18 "18" +set $ws19 "19" +set $ws20 "20" # switch to workspace bindsym $mod+1 workspace $ws1 @@ -129,6 +148,16 @@ bindsym $mod+7 workspace $ws7 bindsym $mod+8 workspace $ws8 bindsym $mod+9 workspace $ws9 bindsym $mod+0 workspace $ws10 +bindsym $mod+Control+1 workspace $ws11 +bindsym $mod+Control+2 workspace $ws12 +bindsym $mod+Control+3 workspace $ws13 +bindsym $mod+Control+4 workspace $ws14 +bindsym $mod+Control+5 workspace $ws15 +bindsym $mod+Control+6 workspace $ws16 +bindsym $mod+Control+7 workspace $ws17 +bindsym $mod+Control+8 workspace $ws18 +bindsym $mod+Control+9 workspace $ws19 +bindsym $mod+Control+0 workspace $ws20 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace $ws1 @@ -141,6 +170,16 @@ bindsym $mod+Shift+7 move container to workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 +bindsym $mod+Control+Shift+1 move container to workspace $ws11 +bindsym $mod+Control+Shift+2 move container to workspace $ws12 +bindsym $mod+Control+Shift+3 move container to workspace $ws13 +bindsym $mod+Control+Shift+4 move container to workspace $ws14 +bindsym $mod+Control+Shift+5 move container to workspace $ws15 +bindsym $mod+Control+Shift+6 move container to workspace $ws16 +bindsym $mod+Control+Shift+7 move container to workspace $ws17 +bindsym $mod+Control+Shift+8 move container to workspace $ws18 +bindsym $mod+Control+Shift+9 move container to workspace $ws19 +bindsym $mod+Control+Shift+0 move container to workspace $ws20 # reload the configuration file bindsym $mod+Shift+c reload |
