Add xdg-desktop-portal config
This commit is contained in:
parent
dc11a12e68
commit
8b6e5a94c4
3 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,7 @@ function link() {
|
|||
)
|
||||
|
||||
# create directories
|
||||
mkdir -p "${HOME}/.config" "${HOME}/.local/share/mc/skins" "${HOME}/.local/bin"
|
||||
mkdir -p "${HOME}/.local/share/mc/skins" "${HOME}/.local/bin" "${HOME}/.config/xdg-desktop-portal"
|
||||
|
||||
# jobrunner
|
||||
link "jobrunner/daemon.sh" ".local/bin/jobrunner"
|
||||
|
@ -50,6 +50,7 @@ link "hypr" ".config/hypr"
|
|||
link "waybar" ".config/waybar"
|
||||
link "fnott" ".config/fnott"
|
||||
link "eww" ".config/eww"
|
||||
link "lone-files/hyprland-portals.conf" ".config/xdg-desktop-portal/hyprland-portals.conf"
|
||||
|
||||
# programs
|
||||
link "neofetch" ".config/neofetch"
|
||||
|
|
3
lone-files/hyprland-portals.conf
Normal file
3
lone-files/hyprland-portals.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[preferred]
|
||||
default=hyprland;gtk
|
||||
org.freedesktop.impl.portal.FileChooser=kde
|
|
@ -30,6 +30,7 @@ unlink ".config/hypr"
|
|||
unlink ".config/waybar"
|
||||
unlink ".config/fnott"
|
||||
unlink ".config/eww"
|
||||
unlink ".config/xdg-desktop-portal/hyprland-portals.conf"
|
||||
|
||||
# programs
|
||||
unlink ".config/neofetch"
|
||||
|
|
Loading…
Reference in a new issue