show all workspaces/desktops
This commit is contained in:
parent
7859eef37a
commit
b851af90c3
|
@ -97,6 +97,7 @@ label-unmounted-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
pin-workspaces = false
|
||||||
|
|
||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-focused-background = ${xrdb:color1}
|
label-focused-background = ${xrdb:color1}
|
||||||
|
@ -121,7 +122,6 @@ label-empty-padding = 2
|
||||||
; wrapping-scroll = false
|
; wrapping-scroll = false
|
||||||
;
|
;
|
||||||
; ; Only show workspaces on the same output as the bar
|
; ; Only show workspaces on the same output as the bar
|
||||||
; ;pin-workspaces = true
|
|
||||||
;
|
;
|
||||||
; label-mode-padding = 2
|
; label-mode-padding = 2
|
||||||
; label-mode-foreground = #000
|
; label-mode-foreground = #000
|
||||||
|
|
|
@ -133,6 +133,8 @@ let g:fzf_layout = { 'window': 'enew' }
|
||||||
" plugins for specific file types
|
" plugins for specific file types
|
||||||
|
|
||||||
Plug 'othree/html5.vim', {'for': ['jade', 'pug', 'html', 'vue']}
|
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 'hail2u/vim-css3-syntax', {'for': ['styl', 'stylus', 'css', 'vue']}
|
||||||
Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']}
|
Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'coffeescript', 'vue']}
|
||||||
Plug 'posva/vim-vue', {'for': ['vue']}
|
Plug 'posva/vim-vue', {'for': ['vue']}
|
||||||
|
|
Reference in a new issue