| Commit message (Expand) | Author | Age | Files | Lines |
* | linkhandler: handle .py and .toml | sinanmohd | 2024-05-08 | 1 | -1/+1 |
* | bin: rm wobload and audio_mutemic | sinanmohd | 2023-11-26 | 2 | -80/+0 |
* | repo: rm sds module | sinanmohd | 2023-11-26 | 1 | -0/+0 |
* | freezshot: wlr-randr -> swaymsg | sinanmohd | 2023-11-26 | 1 | -2/+2 |
* | wayland: dwl -> sway | sinanmohd | 2023-11-04 | 1 | -6/+4 |
* | bin/wobload: refactor | sinanmohd | 2023-11-04 | 1 | -31/+30 |
* | bin/linkhandler: clean up | sinanmohd | 2023-09-22 | 1 | -35/+34 |
* | bin/caffeine: fix, the m suffix was not removed | sinanmohd | 2023-09-01 | 1 | -1/+2 |
* | bin/caffeine: lock before screen goes out | sinanmohd | 2023-08-28 | 1 | -3/+4 |
* | freezshot: initial commit | sinanmohd | 2023-08-23 | 1 | -0/+62 |
* | wayland: blurred lockscreen support | sinanmohd | 2023-08-23 | 1 | -41/+45 |
* | cwall: use SIGKILL to kill swaybg for now | sinanmohd | 2023-08-16 | 1 | -1/+1 |
* | repo: bump sds submodule | sinanmohd | 2023-07-22 | 1 | -0/+0 |
* | ttyasrt: exec into programs instaed of forking | sinanmohd | 2023-07-11 | 1 | -2/+2 |
* | desktop-entry: drop Terminal=true from nnn and nvim for now | sinanmohd | 2023-07-09 | 2 | -2/+0 |
* | linkhandler: better error management | sinanmohd | 2023-07-08 | 1 | -0/+4 |
* | linkhandler: now ttyasrt takes care of making sure tty is connected | sinanmohd | 2023-07-08 | 1 | -1/+1 |
* | desktop-entry: add entry for linkhandler | sinanmohd | 2023-07-08 | 1 | -0/+11 |
* | desktop-entry: initial commit, make use of ttyasrt | sinanmohd | 2023-07-08 | 2 | -0/+103 |
* | ttyasrt: initial commit, make sure a tty is connected | sinanmohd | 2023-07-08 | 1 | -0/+18 |
* | caffeine: proper spacing in menu and notify-send | sinanmohd | 2023-07-05 | 1 | -2/+2 |
* | mutemic: proper spacing in notify-send | sinanmohd | 2023-07-05 | 1 | -4/+2 |
* | caffeine: fail silently when dmenu input is empty | sinanmohd | 2023-07-04 | 1 | -0/+2 |
* | linkhandler: can now detect onion urls not just domains | sinanmohd | 2023-07-03 | 1 | -4/+5 |
* | linkhandler: detect .lua, .java, and .nix as text files | sinanmohd | 2023-07-03 | 1 | -1/+1 |
* | gnupg: initial commit | sinanmohd | 2023-07-02 | 1 | -0/+1 |
* | cwall: add support for jxl, case insensitive search | sinanmohd | 2023-06-25 | 1 | -7/+8 |
* | caffeine: keep your computer awake | sinanmohd | 2023-06-24 | 1 | -0/+118 |
* | wobload: spring cleaning: redundant lines, errmsg to stderr, ... | sinanmohd | 2023-06-01 | 1 | -8/+7 |
* | linkhandler: add support for .onion links, ignore / at the end | sinanmohd | 2023-05-17 | 1 | -1/+4 |
* | cwall: add the ablity to pick random wallpaper from a directory | sinanmohd | 2023-05-11 | 1 | -1/+43 |
* | cwall: initial commit | sinanmohd | 2023-05-10 | 1 | -0/+67 |
* | livevm: split longer lines and update err message to show new options | sinanmohd | 2023-05-06 | 1 | -2/+4 |
* | livevm: dont show menubar by default | sinanmohd | 2023-05-06 | 1 | -2/+2 |
* | livevm: add support for usb passthrough | sinanmohd | 2023-05-06 | 1 | -1/+5 |
* | livevm: add support for qcow2 and raw images | sinanmohd | 2023-05-06 | 1 | -1/+9 |
* | wobload: use proper exit code | sinanmohd | 2023-05-03 | 1 | -1/+1 |
* | wobload: initial commit | sinanmohd | 2023-05-03 | 1 | -0/+69 |
* | c: add vim modeline | sinanmohd | 2023-05-01 | 1 | -0/+2 |
* | font: add missing unicode hex for font awesome | sinanmohd | 2023-04-04 | 1 | -1605/+1605 |
* | font: import nerd font data for sds/dunicode | sinanmohd | 2023-04-04 | 1 | -0/+9116 |
* | c: initial commit: basic skelton for c programming | sinanmohd | 2023-03-26 | 1 | -0/+11 |
* | livevm: shorter livem <cdrom> cmd | sinanmohd | 2023-03-23 | 1 | -0/+6 |
* | fix : livevm: wrong path to create qcow2 img, get rid of die, dont cat to grep | sinanmohd | 2023-03-23 | 1 | -4/+4 |
* | font: import emojis from voidrice | sinanmohd | 2023-03-20 | 1 | -0/+1630 |
* | font: switch to font awesome for fonts | sinanmohd | 2023-03-20 | 3 | -2/+1607 |
* | livevm: initial commit: a wrapper for qemu | sinanmohd | 2023-03-18 | 1 | -0/+61 |
* | audio_cyclesink: don't do anything if only one sink is available | sinanmohd | 2023-03-17 | 1 | -8/+13 |
* | audio_cyclesink, audio_mutemic: initial commit | sinanmohd | 2023-03-17 | 2 | -0/+92 |
* | repo: add sds module | sinanmohd | 2023-03-16 | 1 | -0/+0 |