diff --git a/desktop/i3/config b/desktop/i3/config index c3457b9..ae6e163 100644 --- a/desktop/i3/config +++ b/desktop/i3/config @@ -118,6 +118,7 @@ bindsym $mod+7 workspace 7 bindsym $mod+8 workspace 8 bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 +bindsym $mod+c workspace tg # move focused container to workspace bindsym $mod+Shift+1 move container to workspace 1 @@ -130,6 +131,9 @@ bindsym $mod+Shift+7 move container to workspace 7 bindsym $mod+Shift+8 move container to workspace 8 bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 +bindsym $mod+Shift+c move container to workspace tg + +bindsym --release Print exec scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f' # mocp #bindsym $mod+Shift+j exec "/usr/bin/mocp -G" @@ -139,7 +143,7 @@ bindsym $mod+j exec "/usr/bin/mocp -r" bindsym $super+l exec i3lock -i /home/david/Pictures/wall.png # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Shift+t reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session)