summaryrefslogtreecommitdiff
path: root/bin/guiscripts
Commit message (Collapse)AuthorAgeFilesLines
* checkpointRaymaekers Luca2024-07-111-11/+11
|
* checkpointRaymaekers Luca2024-06-251-23/+23
|
* checkpointRaymaekers Luca2024-06-241-4/+1
|
* checkpointRaymaekers Luca2024-06-231-2/+3
|
* checkpointRaymaekers Luca2024-06-232-11/+29
|
* checkpointRaymaekers Luca2024-06-201-0/+0
|
* checkpointRaymaekers Luca2024-06-203-20/+52
|
* checkpointRaymaekers Luca2024-06-181-3/+17
|
* checkpointRaymaekers Luca2024-06-171-4/+0
|
* checkpointRaymaekers Luca2024-06-169-0/+319
|
* checkpointRaymaekers Luca2024-06-133-4/+4
|
* checkpointRaymaekers Luca2024-06-092-5/+5
|
* updateRaymaekers Luca2024-05-261-0/+8
| | | | | | | | | | | cycle keyboard in fillpass to qwerty because of ydotool disable fast-forward in git config add alias to git config for changing email add unhappy.exe shell function add ssh_port shell function disable upds in prompt remove options from LESS variable add entry to zsh gitignore
* Merge branch 'main' of debuc.com:dotfilesRaymaekers Luca2024-04-161-1/+1
|\
| * syncedRaymaekers Luca2024-04-151-1/+1
| |
* | updateRaymaekers Luca2024-04-161-1/+0
|/
* refactorRaymaekers Luca2024-03-222-14/+24
|
* refactorRaymaekers Luca2024-03-111-9/+9
|
* renamed clipswapRaymaekers Luca2024-03-021-0/+0
|
* refactor imgclipRaymaekers Luca2024-03-021-22/+4
|
* fix commander not workingRaymaekers Luca2024-02-271-1/+1
|
* Use clipp and remove tacRaymaekers Luca2024-01-251-3/+3
|
* Merge branch 'main' of db:dotfilesRaymaekers Luca2023-12-121-2/+3
|\
| * cleanupRaymaekers Luca2023-12-071-2/+3
| |
* | use mpv instead of qndlRaymaekers Luca2023-12-121-1/+1
| |
* | cleanupRaymaekers Luca2023-12-121-2/+2
| | | | | | | | | | | | sort results in reverse order so bottom results in terminal are shown first don't use echo
* | added file schemeRaymaekers Luca2023-12-121-1/+1
| |
* | added handling file:// schemeRaymaekers Luca2023-12-121-0/+6
|/
* added getdisplaysRaymaekers Luca2023-12-051-0/+3
|
* make move command mroe uniformRaymaekers Luca2023-11-221-2/+2
|
* concatenate dir nameRaymaekers Luca2023-11-071-1/+2
|
* added primary clipboard supportRaymaekers Luca2023-11-032-6/+10
|
* added clipswapRaymaekers Luca2023-11-031-0/+4
|
* added cliptypeRaymaekers Luca2023-11-031-0/+2
|
* turn aliases into scriptsRaymaekers Luca2023-10-312-0/+8
| | | | | This allows for better integration, and makes it possible to call these from other programs, such as window managers, ...
* updated colors pathRaymaekers Luca2023-10-271-1/+1
|
* added new scriptsRaymaekers Luca2023-10-273-0/+20
|
* added more scriptsRaymaekers Luca2023-10-233-0/+78
|
* refactorRaymaekers Luca2023-10-191-13/+15
|
* cleanupRaymaekers Luca2023-10-181-6/+1
|
* use dwl specific configRaymaekers Luca2023-10-181-1/+1
|
* use desktop agnostic way to get monitorsRaymaekers Luca2023-10-181-4/+3
|
* added dwl configurationRaymaekers Luca2023-10-172-0/+51
|
* shut ouptut of pixelateRaymaekers Luca2023-10-101-1/+1
|
* added check if there is a loginRaymaekers Luca2023-10-081-2/+4
|
* added fillpassRaymaekers Luca2023-10-041-0/+13
|
* [newwal] use print0Raymaekers Luca2023-09-281-2/+2
|
* [linkhandler] use environment variablesRaymaekers Luca2023-09-281-3/+6
|
* removed scripts and made seperate projectRaymaekers Luca2023-09-191-75/+0
|
* [zshrc] use exec and keychain identityRaymaekers Luca2023-08-131-0/+1
| | | | | | | 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...