From b264e712c666fa0a20d53db3cfc550b153ebba71 Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Fri, 8 May 2020 01:13:32 +0300 Subject: [PATCH] Update i3 config --- desktop/i3/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)