Compare commits
No commits in common. "336866016b8012371a60aeb0d717a878e780fc3e" and "329947dad70827e9ef29b92ad00d0edd1d4c9db6" have entirely different histories.
336866016b
...
329947dad7
4 changed files with 6 additions and 14 deletions
|
@ -95,7 +95,7 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_status = master
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
1
.vimrc
1
.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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue