Merge branch 'main' of github.com:DashieTM/dotFiles
wat
This commit is contained in:
commit
69cbead564
5 changed files with 7 additions and 26 deletions
1
eww_laptop/eww_laptop
Symbolic link
1
eww_laptop/eww_laptop
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/dashie/gits/dotFiles/eww_laptop
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
[Settings]
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-theme-name=Adwaita
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[Settings]
|
||||
gtk-icon-theme-name = Adwaita
|
||||
gtk-theme-name = Adwaita
|
||||
gtk-font-name = DejaVu Sans 11
|
||||
gtk-application-prefer-dark-theme = true
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',],}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue