replace desktop portal
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user