dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9d63d68deb3110b17648af87e2dffd88c13790d5
parent d1dd938623cd44b5aa84851b0f50df50fdcd839a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 18 Jan 2019 14:32:07 +0100

Navigate and move between adjacent workspaces with [ and ]

Diffstat:
Mlinks/.config/i3/config | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/links/.config/i3/config b/links/.config/i3/config @@ -91,7 +91,7 @@ bindsym $mod+Tab focus mode_toggle bindsym $mod+a exec $term -e $audiomixer bindsym $mod+b exec $term -e board ~/doc -bindsym $mod+Shift+b exec $term -e board ~/mst +bindsym $mod+$modalt+b exec $term -e board ~/mst bindsym $mod+c exec $term -e calcurse #bindsym $mod+Shift+c exec $term -e google-cloud-lamps-instance1-ssh.sh bindsym $mod+Shift+c exec --no-startup-id showclip @@ -168,6 +168,8 @@ bindsym $mod+Control+j split v #bindsym $mod+e layout toggle split # switch to workspace +bindsym $mod+bracketleft workspace prev +bindsym $mod+bracketright workspace next bindsym $mod+1 workspace $work1 bindsym $mod+2 workspace $work2 bindsym $mod+3 workspace $work3 @@ -180,6 +182,8 @@ bindsym $mod+9 workspace $work9 bindsym $mod+0 workspace $work10 # move focused container to workspace +bindsym $mod+Shift+bracketleft move container to workspace prev +bindsym $mod+Shift+bracketright move container to workspace next bindsym $mod+Shift+1 move container to workspace $work1 bindsym $mod+Shift+2 move container to workspace $work2 bindsym $mod+Shift+3 move container to workspace $work3