From 6d8d9fe28c9587469ba3cadd9017dc8f2056511e Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Tue, 3 Dec 2024 00:33:08 -0600 Subject: [PATCH] add todos --- home/modules/gui/i3.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/gui/i3.nix b/home/modules/gui/i3.nix index b049f46..50f19d1 100644 --- a/home/modules/gui/i3.nix +++ b/home/modules/gui/i3.nix @@ -62,16 +62,16 @@ with lib; { command = "${pkgs.networkmanagerapplet}/bin/nm-applet"; notification = false; } - # sería nice hostear esta imagen en el server y fetchearla si no existe + #todo: sería nice hostear esta imagen en el server y fetchearla si no existe { command = "${pkgs.feh}/bin/feh --bg-fill ${config.home.homeDirectory}/Pictures/wallpapers/jupiter.png"; notification = false; always = true; } - { + { #todo: move this to browsers module command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'"; } - { + { #todo: move this to telegram module command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'"; } #{