🐛 Disable wallpaper by Hyprpanel, comments on justfile
This commit is contained in:
parent
909d3b9b21
commit
a6cb4a5cf6
@ -116,7 +116,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wallpaper.enable = true;
|
wallpaper.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
2
justfile
2
justfile
@ -23,8 +23,10 @@ update:
|
|||||||
|
|
||||||
just switch
|
just switch
|
||||||
|
|
||||||
|
# Encrypt all files in the repo using git-crypt
|
||||||
lock:
|
lock:
|
||||||
git-crypt lock
|
git-crypt lock
|
||||||
|
|
||||||
|
# Decrypt all files in the repo using git-crypt and the user's GPG key
|
||||||
unlock:
|
unlock:
|
||||||
git-crypt unlock ~/.config/git/crypt-key
|
git-crypt unlock ~/.config/git/crypt-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user