diff --git a/README.md b/README.md index 51cea68..153dc6d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Collection of dotfiles for my personal Hyprland setup, running on Arch Linux. Includes a setup and install script (that one is not complete yet though). For my neovim config, see [here](https://git.janishutz.com/janishutz/nvim) +![screenshot of desktop with 2 screens](./assets/screenshot.png) + ## Features - Astal4 based Status Bar and Quick Actions menu - System info diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..c3658ce Binary files /dev/null and b/assets/screenshot.png differ diff --git a/config/xdg-desktop-portal-termfilechooser/config b/config/xdg-desktop-portal-termfilechooser/config index ec3efae..34ddb50 100644 --- a/config/xdg-desktop-portal-termfilechooser/config +++ b/config/xdg-desktop-portal-termfilechooser/config @@ -1,3 +1,11 @@ [filechooser] cmd=yazi-wrapper.sh default_dir=$HOME +; Uncomment to skip creating destination save files with instructions in them +; create_help_file=0 +; Uncomment and edit the line below to change the terminal emulator command +; env=TERMCMD=foot + +; Mode must be one of 'suggested', 'default', or 'last'. +open_mode=suggested +save_mode=suggested diff --git a/config/xdg-desktop-portal/portals.conf b/config/xdg-desktop-portal/portals.conf new file mode 100644 index 0000000..5a36bf6 --- /dev/null +++ b/config/xdg-desktop-portal/portals.conf @@ -0,0 +1,2 @@ +[preferred] +org.freedesktop.impl.portal.FileChooser=termfilechooser diff --git a/setup b/setup index f24addd..4dc7806 100755 --- a/setup +++ b/setup @@ -60,6 +60,7 @@ cp -r ./config/hypr ~/.config/ rm -rf ~/.config/rofi/ cp -r ./config/rofi ~/.config/ cp -r ./config/xdg-desktop-portal-termfilechooser/ ~/.config/ +cp -r ./config/xdg-desktop-portal/ ~/.config/ # Depending on platform, remove one or the other config and rename remaining one if [[ "$platform" == "d" ]]; then