Compare commits
4 commits
329947dad7
...
336866016b
Author | SHA1 | Date | |
---|---|---|---|
|
336866016b | ||
|
d1b4005a4b | ||
|
b8b70bd9e4 | ||
|
d9a3ed4375 |
4 changed files with 14 additions and 6 deletions
|
@ -95,7 +95,7 @@ dwindle {
|
|||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = true
|
||||
new_status = master
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
@ -1,14 +1,18 @@
|
|||
[Default Applications]
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
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,6 +42,9 @@ 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,6 +13,7 @@ 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