🐛 Disable wallpaper by Hyprpanel, comments on justfile

This commit is contained in:
Martin Berg Alstad 2025-03-02 08:19:45 +01:00
parent 909d3b9b21
commit a6cb4a5cf6
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,7 @@ in
};
};
wallpaper.enable = true;
wallpaper.enable = false;
};
};
}

View File

@ -23,8 +23,10 @@ update:
just switch
# Encrypt all files in the repo using git-crypt
lock:
git-crypt lock
# Decrypt all files in the repo using git-crypt and the user's GPG key
unlock:
git-crypt unlock ~/.config/git/crypt-key