diff --git a/files/sway/.config/sway/config b/files/sway/.config/sway/config index 5ded336..2fb7209 100644 --- a/files/sway/.config/sway/config +++ b/files/sway/.config/sway/config @@ -176,7 +176,9 @@ input type:keyboard { # Window rules title_align center default_border none - default_floating_border normal + titlebar_border_thickness 0 + titlebar_padding 0 + for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill for_window [app_id="firefox"] move container to workspace number $ws2 for_window [class="discord"] move container to workspace number $ws3 diff --git a/files/vim/.vimrc b/files/vim/.vimrc index bde849a..107d4c6 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -77,4 +77,4 @@ let g:netrw_liststyle = 3 " Tree-like structure let g:netrw_banner = 0 " Remove useless banner at the top of netrw " ============================== Macros and Mappings -map e :CtrlP " file find +map e :CtrlP diff --git a/files/zsh/.zshrc b/files/zsh/.zshrc index db3bd54..0fa2f19 100644 --- a/files/zsh/.zshrc +++ b/files/zsh/.zshrc @@ -50,7 +50,8 @@ alias code='/usr/bin/code --enable-features=UseOzonePlatform --ozone-platform=wa # tools pd() { - pandoc $1.md -o $1.pdf --from markdown --template eisvogel --listings --toc + # requires https://pypi.org/project/pandoc-include/ + pandoc $1.md -o $1.pdf --from markdown --template eisvogel --listings --toc --filter pandoc-include } pdp() {