From 111f34f0e029e8955b11bd90f4a6337d85ca4a49 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Wed, 29 Oct 2025 22:48:37 +0100 Subject: [PATCH] feat: Make the configuration relocatable by using relative paths --- 256color => conf.d/256color | 0 common => conf.d/common | 0 keybindings => conf.d/keybindings | 0 lockscreen => conf.d/lockscreen | 0 logging => conf.d/logging | 0 xterm => conf.d/xterm | 0 screenrc | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename 256color => conf.d/256color (100%) rename common => conf.d/common (100%) rename keybindings => conf.d/keybindings (100%) rename lockscreen => conf.d/lockscreen (100%) rename logging => conf.d/logging (100%) rename xterm => conf.d/xterm (100%) diff --git a/256color b/conf.d/256color similarity index 100% rename from 256color rename to conf.d/256color diff --git a/common b/conf.d/common similarity index 100% rename from common rename to conf.d/common diff --git a/keybindings b/conf.d/keybindings similarity index 100% rename from keybindings rename to conf.d/keybindings diff --git a/lockscreen b/conf.d/lockscreen similarity index 100% rename from lockscreen rename to conf.d/lockscreen diff --git a/logging b/conf.d/logging similarity index 100% rename from logging rename to conf.d/logging diff --git a/xterm b/conf.d/xterm similarity index 100% rename from xterm rename to conf.d/xterm diff --git a/screenrc b/screenrc index 114e3ee..e8c3c4e 100644 --- a/screenrc +++ b/screenrc @@ -1,8 +1,8 @@ -source $HOME/.screen/common -source $HOME/.screen/keybindings -source $HOME/.screen/logging -source $HOME/.screen/xterm -source $HOME/.screen/256color -source $HOME/.screen/lockscreen +source conf.d/common +source conf.d/keybindings +source conf.d/logging +source conf.d/xterm +source conf.d/256color +source conf.d/lockscreen screen 1 bash