diff --git a/eww_laptop/eww_laptop b/eww_laptop/eww_laptop new file mode 120000 index 0000000..5ad6677 --- /dev/null +++ b/eww_laptop/eww_laptop @@ -0,0 +1 @@ +/home/dashie/gits/dotFiles/eww_laptop \ No newline at end of file diff --git a/hypr_laptop/hyprland.conf b/hypr_laptop/hyprland.conf index 8a31a6e..a9689c5 100644 --- a/hypr_laptop/hyprland.conf +++ b/hypr_laptop/hyprland.conf @@ -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 diff --git a/nvim/lua/settings/vimtex.lua b/nvim/lua/settings/vimtex.lua index 5272847..e9b4628 100644 --- a/nvim/lua/settings/vimtex.lua +++ b/nvim/lua/settings/vimtex.lua @@ -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',],}")