summaryrefslogtreecommitdiff
path: root/.local
Commit message (Collapse)AuthorAgeFilesLines
* repo: rm sds modulesinanmohd2023-11-261-0/+0
|
* freezshot: wlr-randr -> swaymsgsinanmohd2023-11-261-2/+2
|
* wayland: dwl -> swaysinanmohd2023-11-041-6/+4
|
* bin/wobload: refactorsinanmohd2023-11-041-31/+30
|
* bin/linkhandler: clean upsinanmohd2023-09-221-35/+34
|
* bin/caffeine: fix, the m suffix was not removedsinanmohd2023-09-011-1/+2
|
* bin/caffeine: lock before screen goes outsinanmohd2023-08-281-3/+4
|
* freezshot: initial commitsinanmohd2023-08-231-0/+62
|
* wayland: blurred lockscreen supportsinanmohd2023-08-231-41/+45
|
* cwall: use SIGKILL to kill swaybg for nowsinanmohd2023-08-161-1/+1
| | | | swaybg seems to hang on SIGTERM sometimes
* repo: bump sds submodulesinanmohd2023-07-221-0/+0
|
* ttyasrt: exec into programs instaed of forkingsinanmohd2023-07-111-2/+2
|
* desktop-entry: drop Terminal=true from nnn and nvim for nowsinanmohd2023-07-092-2/+0
| | | | | | | | | | due to a upstream bug affecting gtk programs when Terminal=true is set they try to launch the hardcoded /usr/bin/gnome-terminal and fail if it's not installed, this also affects firefox. maybe cheking the $TERMINAL environment variable might be better!!!. https://gitlab.com/mobian1/issues/-/issues/392 https://unix.stackexchange.com/questions/707469/error-with-gtk-launch-unable-to-find-terminal-required-for-application
* linkhandler: better error managementsinanmohd2023-07-081-0/+4
|
* linkhandler: now ttyasrt takes care of making sure tty is connectedsinanmohd2023-07-081-1/+1
|
* desktop-entry: add entry for linkhandlersinanmohd2023-07-081-0/+11
|
* desktop-entry: initial commit, make use of ttyasrtsinanmohd2023-07-082-0/+103
|
* ttyasrt: initial commit, make sure a tty is connectedsinanmohd2023-07-081-0/+18
|
* caffeine: proper spacing in menu and notify-sendsinanmohd2023-07-051-2/+2
|
* mutemic: proper spacing in notify-sendsinanmohd2023-07-051-4/+2
|
* caffeine: fail silently when dmenu input is emptysinanmohd2023-07-041-0/+2
|
* linkhandler: can now detect onion urls not just domainssinanmohd2023-07-031-4/+5
|
* linkhandler: detect .lua, .java, and .nix as text filessinanmohd2023-07-031-1/+1
|
* gnupg: initial commitsinanmohd2023-07-021-0/+1
|
* cwall: add support for jxl, case insensitive searchsinanmohd2023-06-251-7/+8
|
* caffeine: keep your computer awakesinanmohd2023-06-241-0/+118
|
* wobload: spring cleaning: redundant lines, errmsg to stderr, ...sinanmohd2023-06-011-8/+7
|
* linkhandler: add support for .onion links, ignore / at the endsinanmohd2023-05-171-1/+4
|
* cwall: add the ablity to pick random wallpaper from a directorysinanmohd2023-05-111-1/+43
| | | | pass directory as the first argument to cwall
* cwall: initial commitsinanmohd2023-05-101-0/+67
| | | | a helper script for swaybg
* livevm: split longer lines and update err message to show new optionssinanmohd2023-05-061-2/+4
|
* livevm: dont show menubar by defaultsinanmohd2023-05-061-2/+2
|
* livevm: add support for usb passthroughsinanmohd2023-05-061-1/+5
|
* livevm: add support for qcow2 and raw imagessinanmohd2023-05-061-1/+9
|
* wobload: use proper exit codesinanmohd2023-05-031-1/+1
|
* wobload: initial commitsinanmohd2023-05-031-0/+69
| | | | a helper script for wob the wayland overlay bar
* c: add vim modelinesinanmohd2023-05-011-0/+2
|
* font: add missing unicode hex for font awesomesinanmohd2023-04-041-1605/+1605
|
* font: import nerd font data for sds/dunicodesinanmohd2023-04-041-0/+9116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following script was used to scrap the data off of nerd font website set -e nerd_sheet="https://www.nerdfonts.com/cheat-sheet" get_nerd() { curl --silent -H 'Accept-Encoding: gzip,deflate, br' --compressed "$nerd_sheet" } parse() { name= obs= while IFS="$(printf '\n')" read -r line do case "$line" in *obsolete*) obs=true ;; *"div class=\"nf "*) [ "$obs" = true ] && continue line="${line#*nf }" name="${line%% *}" ;; *"Copy Hex Code to Clipboard"*) if [ "$obs" = true ]; then obs=false continue fi line="${line%<*}" line="${line##*>}" printf "%b %s %s\n" "\U${line}" "$name" "$line" ;; *) continue ;; esac done unset name } get_nerd | parse
* c: initial commit: basic skelton for c programmingsinanmohd2023-03-261-0/+11
|
* livevm: shorter livem <cdrom> cmdsinanmohd2023-03-231-0/+6
|
* fix : livevm: wrong path to create qcow2 img, get rid of die, dont cat to grepsinanmohd2023-03-231-4/+4
|
* font: import emojis from voidricesinanmohd2023-03-201-0/+1630
|
* font: switch to font awesome for fontssinanmohd2023-03-203-2/+1607
|
* livevm: initial commit: a wrapper for qemusinanmohd2023-03-181-0/+61
|
* audio_cyclesink: don't do anything if only one sink is availablesinanmohd2023-03-171-8/+13
|
* audio_cyclesink, audio_mutemic: initial commitsinanmohd2023-03-172-0/+92
| | | | mute mic and cycle between wireplumber(pipewire) audio sinks
* repo: add sds modulesinanmohd2023-03-161-0/+0
|
* bin: linkhandler: import from old dot filessinanmohd2023-03-111-0/+37