Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cwall: initial commit | sinanmohd | 2023-05-10 | 2 | -1/+69 | |
| | | | | a helper script for swaybg | |||||
* | shell: spring cleaning | sinanmohd | 2023-05-08 | 1 | -13/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | winit: properly parallelize tasks | sinanmohd | 2023-05-03 | 1 | -3/+3 | |
| | ||||||
* | wobload: use proper exit code | sinanmohd | 2023-05-03 | 1 | -1/+1 | |
| | ||||||
* | winit: add support for wobload | sinanmohd | 2023-05-03 | 1 | -0/+5 | |
| | ||||||
* | wobload: initial commit | sinanmohd | 2023-05-03 | 1 | -0/+69 | |
| | | | | a helper script for wob the wayland overlay bar | |||||
* | screen lock: switch out waylock for swaylock | sinanmohd | 2023-05-02 | 1 | -1/+1 | |
| | ||||||
* | winit: clean up | sinanmohd | 2023-05-02 | 1 | -3/+3 | |
| | | | | | | * shorter cmds * lock screen even if wlr-randr call fails * on inactivity decrease brightness 10% | |||||
* | profile: run programs natively on wayland | sinanmohd | 2023-05-02 | 1 | -0/+3 | |
| | ||||||
* | c: add vim modeline | sinanmohd | 2023-05-01 | 1 | -0/+2 | |
| | ||||||
* | profile: fix: $clear zombie | sinanmohd | 2023-04-08 | 1 | -1/+0 | |
| | ||||||
* | nvim: move lazy lockfile to nvim data directory | sinanmohd | 2023-04-06 | 1 | -1/+1 | |
| | ||||||
* | nvim: make the background transparent | sinanmohd | 2023-04-06 | 1 | -1/+3 | |
| | ||||||
* | nvim: init.lua, add keybinding to toggle column 80 hint | sinanmohd | 2023-04-05 | 1 | -0/+9 | |
| | ||||||
* | nvim: init.lua, initial commit | sinanmohd | 2023-04-05 | 1 | -0/+426 | |
| | ||||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | sh: clean: uniform shell expansion syntax | sinanmohd | 2023-04-04 | 2 | -23/+24 | |
| | ||||||
* | wayland/winit: initial commit | sinanmohd | 2023-04-01 | 1 | -0/+21 | |
| | ||||||
* | 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 | 4 | -2/+1608 | |
| | ||||||
* | mako: increase window height | sinanmohd | 2023-03-18 | 1 | -0/+1 | |
| | ||||||
* | livevm: initial commit: a wrapper for qemu | sinanmohd | 2023-03-18 | 1 | -0/+61 | |
| | ||||||
* | profile: use daskpass as SUDO_ASKPASS | sinanmohd | 2023-03-17 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | | | mute mic and cycle between wireplumber(pipewire) audio sinks | |||||
* | repo: add sds module | sinanmohd | 2023-03-16 | 2 | -0/+3 | |
| | ||||||
* | bin: linkhandler: import from old dot files | sinanmohd | 2023-03-11 | 1 | -0/+37 | |
| | ||||||
* | rtorrent: initial setup | sinanmohd | 2023-03-11 | 1 | -0/+118 | |
| | ||||||
* | fontconfig, irssi, mako, zathura: initial setup | sinanmohd | 2023-03-11 | 4 | -0/+398 | |
| | ||||||
* | mpv: initial config | sinanmohd | 2023-03-10 | 1 | -0/+23 | |
| | ||||||
* | shell: initial shell setup | sinanmohd | 2023-03-10 | 3 | -0/+79 | |