Compare commits
2 commits
a7cc61945f
...
4a24516641
Author | SHA1 | Date | |
---|---|---|---|
4a24516641 | |||
48bf991098 |
2 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,7 @@ exec $term
|
||||||
exec firefox
|
exec firefox
|
||||||
exec spotify
|
exec spotify
|
||||||
exec signal-desktop --use-tray-icon
|
exec signal-desktop --use-tray-icon
|
||||||
|
exec teams
|
||||||
exec mpd
|
exec mpd
|
||||||
|
|
||||||
|
|
||||||
|
@ -134,6 +135,7 @@ for_window [app_id=".*"] border pixel 4
|
||||||
|
|
||||||
# Auto move on Workspace
|
# Auto move on Workspace
|
||||||
for_window [class="Signal"] move container to workspace $wksp3
|
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="Slack"] move container to workspace $wksp3
|
||||||
for_window [class="Spotify"] move container to workspace $wksp4
|
for_window [class="Spotify"] move container to workspace $wksp4
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ call plug#begin('~/.vim/plugged')
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'yuezk/vim-js'
|
Plug 'yuezk/vim-js'
|
||||||
Plug 'maxmellon/vim-jsx-pretty'
|
Plug 'maxmellon/vim-jsx-pretty'
|
||||||
|
Plug 'briancollins/vim-jst'
|
||||||
Plug 'dpelle/vim-grammalecte'
|
Plug 'dpelle/vim-grammalecte'
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Reference in a new issue