diff --git a/manjaro.sh b/manjaro.sh index 7b2592c..5491d89 100755 --- a/manjaro.sh +++ b/manjaro.sh @@ -90,8 +90,7 @@ yay -S khard aerc khal vdirsyncer python-aiohttp-oauthlib pandoc # div applications yay -S \ - discord \ - discordo-git \ + vesktop \ firefox \ font-manager \ i3status \ @@ -102,7 +101,8 @@ yay -S \ qutebrowser \ rofi \ steam \ - teamviewer + teamviewer \ + yazi # firefox windowed fullscreen # can be achieved by setting full-screen-api.ignore-widgets to true in about:config diff --git a/mimeapps.list b/mimeapps.list index 8329ba4..8d5f696 100644 --- a/mimeapps.list +++ b/mimeapps.list @@ -25,7 +25,7 @@ image/png=imv.desktop; image/svg+xml=imv.desktop; application/pdf=org.pwmt.zathura.desktop; application/x-bittorrent=org.qbittorrent.qBittorrent.desktop; -inode/directory=ranger.desktop; +inode/directory=yazi.desktop; x-scheme-handler/msteams=teams.desktop; text/calendar=userapp-khalimport.desktop; diff --git a/sway/config b/sway/config index bde482e..0c98aec 100644 --- a/sway/config +++ b/sway/config @@ -198,7 +198,7 @@ bindsym $mod+F4 exec $term_float ncspot bindsym $mod+n exec makoctl dismiss bindsym $mod+Shift+n exec makoctl dismiss -a bindsym $mod+p exec pcmanfm-qt -bindsym $mod+Shift+p exec $term_float ranger +bindsym $mod+Shift+p exec $term_float yazi bindsym $mod+u exec unipicker --command "rofi -dmenu | wl-copy" bindsym $mod+period exec $term_float khal interactive bindsym $mod+comma exec $term_float aerc diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..2ad0323 --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,13 @@ +# https://ricoberger.de/cheat-sheets/yazi/ +[manager] +linemode = "size" +show_hidden = true +sort_by = "natural" + +[preview] +wrap = "yes" +max_width = 1500 +max_height = 1500 + +[input] +cursor_blink = true