summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-15[luasnip.lua] renamed die to log and lognRaymaekers Luca
log and logn seem like better names, also because now we use printf we make an apart logn function that adds a newline on the end.
2023-08-14[googoo] fixed destination argument not workingRaymaekers Luca
2023-08-14[saf] remove bc dependencyRaymaekers Luca
2023-08-14[saf] removed unused green colorRaymaekers Luca
2023-08-14[saf] added load functionRaymaekers Luca
2023-08-13Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-13[waybar] added format for mpdRaymaekers Luca
2023-08-13[waybar] added back window titleRaymaekers Luca
2023-08-13[mpass] cleanup of error handlingRaymaekers Luca
use || instead of test $? -gt 0, because they do the same thing.
2023-08-13[zshrc] use exec and keychain identityRaymaekers Luca
Add keychain identity on startup, this is more useful because with suspend I will only type the password once per day. Also it makes adding with keyadd faster. Also use exec to have less processes, don't know if it works though...
2023-08-13[startw] start a terminal on startupRaymaekers Luca
2023-08-13[functions] use grouping in calc, added psgrepRaymaekers Luca
2023-08-13[aliases] added diff aliasRaymaekers Luca
2023-08-13[googoo] removed functions and updated behaviourRaymaekers Luca
removed functions that where unneed as they were only called once, changed behaviour to not implement fzf in goo but in the functions itself, this makes goo easier to implement in other commands. Also ported over the funcitonality of setting the query with the first argument
2023-08-13added confirm, trl and wipe scripts!Raymaekers Luca
2023-08-13[waybar] removed custom workspaces formatRaymaekers Luca
2023-08-13Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-13[dunstrc] align right and set misc optionsRaymaekers Luca
added offset to the right as well, decreased the line height, increased the gap size and increased the font size. Set the indicator option to true because this is more clear. Also set the stack duplicates to true.
2023-08-13[mpass] cleanup of messages and commandsRaymaekers Luca
2023-08-13[mpass] cleanup of messages and commandsRaymaekers Luca
2023-08-13[mpass] added test for connecting to agentRaymaekers Luca
2023-08-13[mpass] added notify functionRaymaekers Luca
2023-08-11[tridactylrc] added modeindactor settingsRaymaekers Luca
2023-08-11[ncmpcpp] changed bindings for home and endRaymaekers Luca
2023-08-11[mpv] set screenshots directoryRaymaekers Luca
2023-08-11[dunstrc] set frame width to 0Raymaekers Luca
2023-08-11[mpass] added notificationRaymaekers Luca
2023-08-07[aliases] updated the gdate aliasRaymaekers Luca
2023-08-07[goo] added option to give search query as second paramaterRaymaekers Luca
I noticed by mistake sometimes I would type the query already.
2023-08-06Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-06[ytclipo] changed resolution and templateRaymaekers Luca
2023-08-06[nvim] added one buffer keymapRaymaekers Luca
2023-08-06[zshenv] added paths for xdg base dirRaymaekers Luca
2023-08-06[dunstrc] changed styleRaymaekers Luca
2023-08-06don't create temp fileRaymaekers Luca
2023-08-06updated notify-send commandRaymaekers Luca
2023-08-06removed 1xsearchRaymaekers Luca
2023-08-06removed window moduleRaymaekers Luca
2023-08-04Merge branch 'main' of /var/git/dotfilesRaymaekers Luca
2023-08-04[aliases] added ufwdRaymaekers Luca
2023-08-04edited toush to fit needsRaymaekers Luca
2023-08-04[nvim] added + keybindRaymaekers Luca
2023-08-04change text-shadowRaymaekers Luca
2023-08-04use hyprland/workspacesRaymaekers Luca
2023-08-04redirect google to qwantRaymaekers Luca
2023-08-04Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-04use $HOME and added waybar edit aliasesRaymaekers Luca
2023-08-02Merge branch 'main' of db:dotfilesRaymaekers Luca
2023-08-02added sshs aliasRaymaekers Luca
2023-08-02added .bashrcRaymaekers Luca