Add portals config
This commit is contained in:
parent
ae201bdd5d
commit
68483ba8d0
2 changed files with 12 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-settings-sway (1.0.2~tileos) unstable; urgency=medium
|
||||
|
||||
* Add portals config
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 03 Nov 2023 16:25:46 +0400
|
||||
|
||||
tileos-settings-sway (1.0.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Change default cursor theme to Catppuccin
|
||||
|
|
6
usr/share/xdg-desktop-portal/sway-portals.conf
Normal file
6
usr/share/xdg-desktop-portal/sway-portals.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[preferred]
|
||||
# Use xdg-desktop-portal-gtk for every portal interface...
|
||||
default=gtk
|
||||
# ... except for the ScreenCast and Screenshot
|
||||
org.freedesktop.impl.portal.ScreenCast=wlr
|
||||
org.freedesktop.impl.portal.Screenshot=wlr
|
Loading…
Add table
Reference in a new issue