Compare commits
3 Commits
db17ff7a00
...
f09b5e4e28
Author | SHA1 | Date | |
---|---|---|---|
|
f09b5e4e28 | ||
|
90d0773655 | ||
|
4abb690b45 |
@ -36,9 +36,10 @@ titlebar_padding 5 1
|
|||||||
exec_always "pkill mako; mako --ignore-timeout=1 --default-timeout=5000"
|
exec_always "pkill mako; mako --ignore-timeout=1 --default-timeout=5000"
|
||||||
# redshift
|
# redshift
|
||||||
exec gammastep -l50.81:6.37
|
exec gammastep -l50.81:6.37
|
||||||
# Fix for slow application startup
|
# Fix for slow application startup and full screen share
|
||||||
# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start
|
# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
# https://github.com/emersion/xdg-desktop-portal-wlr#running
|
||||||
|
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
|
@ -9,6 +9,8 @@ au BufNewFile,BufRead *.go set tabstop=4 softtabstop=4 shiftwidth=4
|
|||||||
\ expandtab autoindent fileformat=unix
|
\ expandtab autoindent fileformat=unix
|
||||||
au BufNewFile,BufRead *.toml set tabstop=4 softtabstop=4 shiftwidth=4
|
au BufNewFile,BufRead *.toml set tabstop=4 softtabstop=4 shiftwidth=4
|
||||||
\ expandtab autoindent fileformat=unix
|
\ expandtab autoindent fileformat=unix
|
||||||
|
au BufNewFile,BufRead *.json set tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
|
\ expandtab autoindent fileformat=unix
|
||||||
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
|
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
\ expandtab autoindent fileformat=unix
|
\ expandtab autoindent fileformat=unix
|
||||||
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
|
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
@ -34,7 +36,9 @@ augroup sh
|
|||||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
augroup end
|
augroup end
|
||||||
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
||||||
|
autocmd FileType nginx :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
autocmd FileType gitcommit :set spell
|
autocmd FileType gitcommit :set spell
|
||||||
|
autocmd FileType markdown :set spell
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" :PlugInstall to install new one
|
" :PlugInstall to install new one
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
- kanshi
|
- kanshi
|
||||||
- keychain
|
- keychain
|
||||||
- mako-notifier
|
- mako-notifier
|
||||||
|
- mypy
|
||||||
- pass
|
- pass
|
||||||
- python3-pylint-common
|
- python3-pylint-common
|
||||||
- pulseaudio-utils # pactl volume control
|
- pulseaudio-utils # pactl volume control
|
||||||
|
Loading…
x
Reference in New Issue
Block a user