Compare commits
No commits in common. "4a245166412dbf85fa3aaf5820e70637596aada7" and "a7cc61945fb1361c679305989dce7c6d76d06ffb" have entirely different histories.
4a24516641
...
a7cc61945f
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue