Initial commit
This commit is contained in:
commit
a1e0d5cff6
19 changed files with 1400 additions and 0 deletions
36
assets/QtPass.conf
Normal file
36
assets/QtPass.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
[General]
|
||||
addGPGId=true
|
||||
alwaysOnTop=true
|
||||
autoPull=true
|
||||
autoPush=true
|
||||
autoclearPanelSeconds=10
|
||||
autoclearSeconds=10
|
||||
avoidCapitals=false
|
||||
avoidNumbers=false
|
||||
clipBoardType=2
|
||||
gitExecutable=/home/lauren_lagarde/.nix-profile/bin/git
|
||||
gpgExecutable=/home/lauren_lagarde/.nix-profile/bin/gpg2
|
||||
hideContent=false
|
||||
hideOnClose=true
|
||||
hidePassword=false
|
||||
lessRandom=false
|
||||
passExecutable=/run/current-system/sw/bin/pass
|
||||
passStore=/home/lauren_lagarde/.password-store/
|
||||
passTemplate=login\nurl
|
||||
passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&*()_-+={}[]|:;<>,.?"
|
||||
passwordCharsselection=0
|
||||
passwordLength=8
|
||||
pwgenExecutable=/run/current-system/sw/bin/pwgen
|
||||
startMinimized=false
|
||||
templateAllFields=false
|
||||
useAutoclear=true
|
||||
useAutoclearPanel=true
|
||||
useGit=true
|
||||
useOtp=true
|
||||
usePass=true
|
||||
usePwgen=true
|
||||
useQrencode=false
|
||||
useSelection=false
|
||||
useSymbols=false
|
||||
useTemplate=false
|
||||
useTrayIcon=true
|
2
assets/resetbluetooth.sh
Normal file
2
assets/resetbluetooth.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
systemctl --user restart pipewire && sudo systemctl restart bluetooth
|
||||
i3-msg restart
|
Reference in a new issue