更新hyprland配置

This commit is contained in:
2025-05-07 15:16:40 +08:00
parent c133e5637f
commit 457028533e
6 changed files with 71 additions and 31 deletions

View File

@@ -35,15 +35,6 @@ in
programs = {
bash = {
initExtra = ''
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ];
then
echo 'Welcome! '
fi
'';
};
swaylock.enable = true;
};