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"
|
||||
# redshift
|
||||
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
|
||||
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
|
||||
|
@ -9,6 +9,8 @@ au BufNewFile,BufRead *.go set tabstop=4 softtabstop=4 shiftwidth=4
|
||||
\ expandtab autoindent fileformat=unix
|
||||
au BufNewFile,BufRead *.toml set tabstop=4 softtabstop=4 shiftwidth=4
|
||||
\ 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
|
||||
\ expandtab autoindent fileformat=unix
|
||||
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
|
||||
augroup end
|
||||
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 markdown :set spell
|
||||
" vim-plug
|
||||
" :PlugInstall to install new one
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
@ -29,6 +29,7 @@
|
||||
- kanshi
|
||||
- keychain
|
||||
- mako-notifier
|
||||
- mypy
|
||||
- pass
|
||||
- python3-pylint-common
|
||||
- pulseaudio-utils # pactl volume control
|
||||
|
Loading…
x
Reference in New Issue
Block a user