laptop changes

This commit is contained in:
Fabio Lenherr 2023-01-26 09:05:34 +01:00
parent 3dcbd8eaaa
commit 0347418b3f
3 changed files with 7 additions and 6 deletions

1
eww_laptop/eww_laptop Symbolic link
View file

@ -0,0 +1 @@
/home/dashie/gits/dotFiles/eww_laptop

View file

@ -63,7 +63,7 @@ misc {
no_vfr=false
# animate_manual_resizes=true
# enable_swallow=true
# swallow_regex=^(.*)(Alacritty)(.*)$
# swallow_regex=^(.*)(kitty)(.*)$
}
# debug {
@ -85,13 +85,13 @@ windowrule=float,^(.*)(Calculator)(.*)$
# example binds
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
bind=SUPER,F,exec,firefox
bind=SUPER,T,exec,alacritty
bind=SUPER,T,exec,kitty
bind=SUPER,Q,killactive,
bind=SUPER,M,exit,
bind=SUPER,E,exec,nautilus --new-window
bind=SUPER,V,togglefloating,
bind=SUPER,R,exec,wofi -I -m -s $HOME/.config/wofi/style.css -t alacritty --show drun -o DP-3
bind=SUPERSHIFT,r,exec, wofi -I -m -s $HOME/.config/wofi/style.css -t alacritty --show run -o DP-3
bind=SUPER,R,exec,wofi -I -m -s $HOME/.config/wofi/style.css -t kitty --show drun -o DP-3
bind=SUPERSHIFT,r,exec, wofi -I -m -s $HOME/.config/wofi/style.css -t kitty --show run -o DP-3
bind=SUPER,C,togglesplit
bind=SUPER,B,fullscreen
bind=SUPER,G,exec,calculator --gui
@ -169,4 +169,4 @@ exec-once=nheko
# exec-once=flatpak run --branch=stable --arch=x86_64 --command=/app/bin/schildichat-desktop --file-forwarding chat.schildi.desktop --enable-features=ozonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
exec-once=firefox
exec-once=nextcloud
exec-once=alacritty -e ncspot
exec-once=kitty -e ncspot

View file

@ -1,4 +1,4 @@
vim.cmd("let g:vimtex_quickfix_mode=0")
vim.cmd("let g:vimtex_view_general_viewer = 'evince'")
vim.cmd("let g:vimtex_compiler_method = 'latexmk'")
vim.cmd("let g:vimtex_compiler_latexmk = {'options': ['-pdf', '-shell-escape', '-file-line-error', '-synctex=1', '-interaction=nonstopmode',],}")
vim.cmd("let g:vimtex_compiler_latexmk = {'options': ['-pdf', '-shell-escape', '-file-line-error', '--extra-mem-bot=10000000', '-synctex=1', '-interaction=nonstopmode',],}")