From 7756153af9e0d35fea0bf1d82ccdd5ef62921615 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 19 May 2020 15:29:07 -0300 Subject: Changed Evolution for Thunderbird --- .config/i3/config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 38f94e17..4ded1472 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -206,8 +206,8 @@ bindsym $aux+Shift+u exec setxkbmap us # Screnshots bindsym Print exec scrot ~/Pictures/%Y-%m-%d-%H%M%S.png -bindsym --release Shift+Print exec scrot -s ~/Pictures/%Y-%m-%d-%H%M%S.png -bindsym --release Ctrl+Shift+Print exec scrot -s -o "/tmp/image.png" && xclip -selection clipboard -t image/png -i /tmp/image.png +bindsym --release Shift+Print exec scrot -s -f ~/Pictures/%Y-%m-%d-%H%M%S.png +bindsym --release Ctrl+Shift+Print exec scrot -s -f -o "/tmp/image.png" && xclip -selection clipboard -t image/png -i /tmp/image.png # Disable focus follows focus_follows_mouse no @@ -225,6 +225,7 @@ assign [class="Keybase"] $ws4 assign [class="Franz"] $ws4 assign [class="Signal"] $ws4 assign [class="Evolution"] $ws5 +assign [class="Thunderbird"] $ws5 assign [class="Liferea"] $ws5 for_window [class = "Spotify"] move to workspace $ws6 assign [class="Thunar"] $ws7 @@ -239,8 +240,9 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal for_window [urgent=latest] focus # Autostarts -exec --no-startup-id sleep 10; exec /usr/bin/evolution +# exec --no-startup-id sleep 10; exec /usr/bin/evolution exec --no-startup-id exec /usr/bin/nextcloud +exec --no-startup-id exec /usr/bin/thunderbird # exec_always --no-startup-id .config/conky/start.sh exec --no-startup-id exec /usr/bin/emacs exec --no-startup-id exec /usr/bin/qutebrowser -- cgit v1.2.3