Compare commits

..

No commits in common. "4a245166412dbf85fa3aaf5820e70637596aada7" and "a7cc61945fb1361c679305989dce7c6d76d06ffb" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View file

@ -124,7 +124,6 @@ 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
@ -135,7 +134,6 @@ 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

View file

@ -33,7 +33,6 @@ 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()