From c864d35d446b82d4c4fbfdeab580d93099dd8fe6 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 4 Nov 2023 16:22:20 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Configuration=20shell=20POSIX=20:=20=C3=A9t?= =?UTF-8?q?endre=20les=20aliases=20pour=20les=20commandes=20qui=20prennent?= =?UTF-8?q?=20une=20autre=20commande=20pour=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/sh/shrc.d/core_aliases | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/sh/shrc.d/core_aliases b/etc/sh/shrc.d/core_aliases index 3c1df75..0cf6a1c 100644 --- a/etc/sh/shrc.d/core_aliases +++ b/etc/sh/shrc.d/core_aliases @@ -23,5 +23,11 @@ alias ip="ip --color=auto" alias cal="cal -m" # screen +alias screen=screen\ alias s=screen +# sudo +alias sudo=sudo\ + +# man-db +alias man=man\ From 4489e84c72c46f951a7d08e4734401ee6058ea06 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 10 Nov 2023 18:52:18 +0100 Subject: [PATCH 2/3] =?UTF-8?q?hyprsecscreen=20:=20suppression=20d'une=20l?= =?UTF-8?q?igne=20en=20trop=20=C3=A0=20la=20fin=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/hyprsecscreen | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/hyprsecscreen b/bin/hyprsecscreen index 4302167..9ac4010 100755 --- a/bin/hyprsecscreen +++ b/bin/hyprsecscreen @@ -124,4 +124,3 @@ case "$verb" in exit 3 ;; esac - From 9bf24ee5d1f2831300b08cba71c7fa7d2e977632 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 10 Nov 2023 19:07:43 +0100 Subject: [PATCH 3/3] =?UTF-8?q?hyprsecscreen=20:=20n'=C3=A9couter=20qu'en?= =?UTF-8?q?=20localhost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/hyprsecscreen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hyprsecscreen b/bin/hyprsecscreen index 9ac4010..214b95f 100755 --- a/bin/hyprsecscreen +++ b/bin/hyprsecscreen @@ -42,7 +42,7 @@ create() { vscreen_name \ resolution=1920x1080 \ position=0x0 \ - listen_address=0.0.0.0 + listen_address=127.0.0.1 set -e