replace desktop portal

This commit is contained in:
Kopatz
2024-07-07 11:26:20 +02:00
parent f26bc8bbca
commit 6253eece45
2 changed files with 4 additions and 1 deletions

View File

@@ -270,6 +270,8 @@ exec --no-startup-id nm-applet
# set lock timeout to 20 minutes
exec_always --no-startup-id xset dpms 0 0 1200 &
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/scripts/lock.sh
# prevent screen locking
exec --no-startup-id caffeine
# NetworkManager is the most popular way to manage wireless networks on Linux,

View File

@@ -18,7 +18,7 @@ in {
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [ libsForQt5.xdg-desktop-portal-kde ];
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
config.common.default = "*";
};
};
@@ -79,6 +79,7 @@ in {
lm_sensors # for cpu in polybar
feh # sets the wallpaper
networkmanagerapplet
caffeine-ng # prevent the system from going to sleep
];
};
}