Compare commits

...

2 commits

Author SHA1 Message Date
4a24516641 Added vim-jsx 2021-10-07 14:23:09 +02:00
48bf991098 Added Teams to startup section (sad day in life!) 2021-10-07 14:22:03 +02:00
2 changed files with 3 additions and 0 deletions

View file

@ -124,6 +124,7 @@ exec $term
exec firefox
exec spotify
exec signal-desktop --use-tray-icon
exec teams
exec mpd
@ -134,6 +135,7 @@ for_window [app_id=".*"] border pixel 4
# Auto move on Workspace
for_window [class="Signal"] move container to workspace $wksp3
for_window [class="Teams"] move container to workspace $wksp3
for_window [class="Slack"] move container to workspace $wksp3
for_window [class="Spotify"] move container to workspace $wksp4

View file

@ -33,6 +33,7 @@ call plug#begin('~/.vim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'yuezk/vim-js'
Plug 'maxmellon/vim-jsx-pretty'
Plug 'briancollins/vim-jst'
Plug 'dpelle/vim-grammalecte'
" Initialize plugin system
call plug#end()