diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3d8a2cd..58303ae 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -95,7 +95,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_status = master + new_is_master = true } gestures { diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 6dc521a..4eb4106 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,18 +1,14 @@ [Default Applications] -application/pdf=atril.desktop;org.pwmt.zathura.desktop -application/x-pdf=atril.desktop;org.pwmt.zathura.desktop -application/x-bzpdf=atril.desktop;org.pwmt.zathura.desktop -application/x-gzpdf=atril.desktop;org.pwmt.zathura.desktop - -text/csv=org.gnome.gedit.desktop -text/markdown=org.gnome.gedit.desktop -text/plain=org.gnome.gedit.desktop +application/pdf=org.pwmt.zathura.desktop;atril.desktop +text/csv=org.gnome.gedit.desktop; +text/markdown=org.gnome.gedit.desktop; +text/plain=org.gnome.gedit.desktop;vim.desktop image/bmp=org.xfce.ristretto.desktop;gimp.desktop image/gif=org.xfce.ristretto.desktop;gimp.desktop image/jpeg=org.xfce.ristretto.desktop;gimp.desktop -image/png=org.xfce.ristretto.desktop;gimp.desktop +image/png=org.xfce.ristretto.desktop;gimp.desktop; image/svg+xml=org.xfce.ristretto.desktop;gimp.desktop image/webp=org.xfce.ristretto.desktop;gimp.desktop image/x-canon-cr2=darktable.desktop;ristretto.desktop;gimp.desktop diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0595b90..0f5d203 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -42,9 +42,6 @@ fi [ -f "/usr/share/skim/key-bindings.zsh" ] && . /usr/share/skim/key-bindings.zsh [ -f "/usr/share/skim/completion.zsh" ] && . /usr/share/skim/completion.zsh -# zoxide -hash zoxide 2>/dev/null && eval "$(zoxide init zsh)" - # Java # # Use `archlinux-java` to change the default Java environment. diff --git a/.vimrc b/.vimrc index 0ca946c..d51a502 100644 --- a/.vimrc +++ b/.vimrc @@ -13,7 +13,6 @@ Plug 'cespare/vim-toml' " Vim syntax for TOML. Plug 'editorconfig/editorconfig-vim' " EditorConfig plugin Plug 'Yggdroot/indentLine' " Display thin vertical lines at each indentation level Plug 'leafOfTree/vim-vue-plugin' " Vim syntax and indent plugin for .vue files. -Plug 'leafOfTree/vim-svelte-plugin' " Vim syntax and indent plugin for .svelte files. call plug#end()