Compare commits

..

3 Commits

Author SHA1 Message Date
Johannes Rothe
f09b5e4e28 vimrc: additional file type configs 2022-12-05 18:12:20 +01:00
Johannes Rothe
90d0773655 Install mypy by default 2022-12-05 18:11:59 +01:00
Johannes Rothe
4abb690b45 sway: Configure wayland full screen share 2022-12-05 18:11:34 +01:00
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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')

View File

@ -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