From 0f0e915b5406f7c0880960d5a12cc7350b710c10 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 9 May 2022 00:54:00 +0200 Subject: [PATCH] Improve comment --- run_once_prepare_arch.sh.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index 3d9c4d3..ef444ae 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -12,9 +12,9 @@ packages=(curl git) # ## dmenu => Basic custom menu like rofi to launch application with Windows + D | Use with i3 # ## i3lock => Custom lock screen # ## gnome-keyring => Use to store sensitive data like password by google chrome and other -# ## xss-lock => ???? -# ## dex => ??? -# ## feh => ??? +# ## xss-lock => Use to use external locker as X screen saver | Use to use i3lock for i3 +# ## dex => Use to generate or use Desktop file .desktop of type Application | Use with i3 +# ## feh => Use to set wallpaper | Use with i3 # ## jq => Json parser for command line use by my custom script for relative workspaces because i3-msg return json format packages+=(picom i3-gaps polybar dunst dmenu i3lock gnome-keyring xss-lock dex feh jq)