small fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user