show all workspaces/desktops

This commit is contained in:
Daniel Flanagan 2017-03-14 20:35:15 -05:00
parent 7859eef37a
commit b851af90c3
2 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,7 @@ label-unmounted-foreground = ${colors.foreground-alt}
[module/bspwm]
type = internal/bspwm
pin-workspaces = false
label-focused = %index%
label-focused-background = ${xrdb:color1}
@ -121,7 +122,6 @@ label-empty-padding = 2
; wrapping-scroll = false
;
; ; Only show workspaces on the same output as the bar
; ;pin-workspaces = true
;
; label-mode-padding = 2
; label-mode-foreground = #000

View File

@ -133,6 +133,8 @@ let g:fzf_layout = { 'window': 'enew' }
" plugins for specific file types
Plug 'othree/html5.vim', {'for': ['jade', 'pug', 'html', 'vue']}
Plug 'mxw/vim-jsx', {'for': ['jsx', 'javascript', 'js', 'javascript.jsx']}
let g:jsx_ext_required = 0 " allow JSX in normal JS files
Plug 'hail2u/vim-css3-syntax', {'for': ['styl', 'stylus', 'css', 'vue']}
Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']}
Plug 'posva/vim-vue', {'for': ['vue']}