Changed Evolution for Thunderbird
This commit is contained in:
parent
aca13b86f4
commit
7756153af9
@ -206,8 +206,8 @@ bindsym $aux+Shift+u exec setxkbmap us
|
|||||||
|
|
||||||
# Screnshots
|
# Screnshots
|
||||||
bindsym Print exec scrot ~/Pictures/%Y-%m-%d-%H%M%S.png
|
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 Shift+Print exec scrot -s -f ~/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 Ctrl+Shift+Print exec scrot -s -f -o "/tmp/image.png" && xclip -selection clipboard -t image/png -i /tmp/image.png
|
||||||
|
|
||||||
# Disable focus follows
|
# Disable focus follows
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
@ -225,6 +225,7 @@ assign [class="Keybase"] $ws4
|
|||||||
assign [class="Franz"] $ws4
|
assign [class="Franz"] $ws4
|
||||||
assign [class="Signal"] $ws4
|
assign [class="Signal"] $ws4
|
||||||
assign [class="Evolution"] $ws5
|
assign [class="Evolution"] $ws5
|
||||||
|
assign [class="Thunderbird"] $ws5
|
||||||
assign [class="Liferea"] $ws5
|
assign [class="Liferea"] $ws5
|
||||||
for_window [class = "Spotify"] move to workspace $ws6
|
for_window [class = "Spotify"] move to workspace $ws6
|
||||||
assign [class="Thunar"] $ws7
|
assign [class="Thunar"] $ws7
|
||||||
@ -239,8 +240,9 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal
|
|||||||
for_window [urgent=latest] focus
|
for_window [urgent=latest] focus
|
||||||
|
|
||||||
# Autostarts
|
# 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/nextcloud
|
||||||
|
exec --no-startup-id exec /usr/bin/thunderbird
|
||||||
# exec_always --no-startup-id .config/conky/start.sh
|
# exec_always --no-startup-id .config/conky/start.sh
|
||||||
exec --no-startup-id exec /usr/bin/emacs
|
exec --no-startup-id exec /usr/bin/emacs
|
||||||
exec --no-startup-id exec /usr/bin/qutebrowser
|
exec --no-startup-id exec /usr/bin/qutebrowser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user