small fixes

This commit is contained in:
Marco Thomas
2022-06-13 10:17:53 +02:00
parent 10be1e7138
commit 728dc00c2d
3 changed files with 6 additions and 3 deletions

View File

@@ -176,7 +176,9 @@ input type:keyboard {
# Window rules # Window rules
title_align center title_align center
default_border none 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" title="Firefox — Sharing Indicator"] kill
for_window [app_id="firefox"] move container to workspace number $ws2 for_window [app_id="firefox"] move container to workspace number $ws2
for_window [class="discord"] move container to workspace number $ws3 for_window [class="discord"] move container to workspace number $ws3

View File

@@ -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 let g:netrw_banner = 0 " Remove useless banner at the top of netrw
" ============================== Macros and Mappings " ============================== Macros and Mappings
map <leader>e :CtrlP<CR> " file find map <leader>e :CtrlP<CR>

View File

@@ -50,7 +50,8 @@ alias code='/usr/bin/code --enable-features=UseOzonePlatform --ozone-platform=wa
# tools # tools
pd() { 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() { pdp() {