From d0209cb80f79f1e583aebd271b73a8241d706ee9 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 18 Jun 2022 18:10:11 -0700 Subject: [PATCH] sway: add xdg-open this lets applications (Discord, etc) open links in the correct application instead of me manually copy/pasting them. --- modules/gui/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/sway.nix b/modules/gui/sway.nix index 3f4a27bf..acf084c4 100644 --- a/modules/gui/sway.nix +++ b/modules/gui/sway.nix @@ -285,10 +285,10 @@ in swayidle wl-clipboard mako # notification daemon - # dmenu # todo: use wofi? + xdg-utils # for xdg-open # user stuff # pavucontrol - pkgs.sway-contrib.grimshot + sway-contrib.grimshot gnome.gnome-bluetooth ]; };