summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Org-Mode files. (#837)Epacnoss2020-11-081-1/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2020-11-016-7/+18
|\
| * Added missing value for parameter (#830)PCFreak20002020-10-241-1/+1
| | | | | | The value of the "-c" parameter was missing, so the check for an active internet connection as well as the whole script failed.
| * kill and start only current user's session (#829)majamin2020-10-222-4/+4
| |
| * Add C++ support to compiler script. (#828)Luke Bubar2020-10-191-0/+1
| |
| * Expanding shell vars before passing to the files (#827)karioki2020-10-111-2/+4
| |
| * Added support for flac tags via metaflac (#823)Manuel2020-09-301-0/+8
| |
* | weechat varLuke Smith2020-11-011-0/+1
| |
* | slider, to make image/meme slideshow videoLuke Smith2020-11-011-0/+69
| |
* | weather -> forecastLuke Smith2020-10-111-0/+0
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-09-254-4/+4
|\
| * reload tmux config from correct path (#820)David Delarosa2020-09-241-1/+1
| |
| * Use mw sync on F8 (#819)Igor Line2020-09-232-2/+2
| | | | | | Related to https://github.com/LukeSmithxyz/voidrice/pull/815
| * Typo. (#818)Spenser Truex2020-09-231-1/+1
| | | | | | Co-authored-by: Spenser Truex <truex@equwal.com>
* | cleanupLuke Smith2020-09-251-14/+8
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-09-212-2/+2
|\
| * Fix typo (#817)Daniel Corrêa2020-09-181-1/+1
| |
| * Use mutt-wizard sync (#815)Patryk Niedźwiedziński2020-09-171-1/+1
| |
* | revert to fix #810Luke Smith2020-09-211-6/+0
|/
* fix #814Luke Smith2020-09-123-1/+3
|
* mount exfat for rw (#812)Petar Tomić2020-09-081-0/+1
|
* Rename luke_ranger_readme.md to README.MD (#807)Adam Mertzenich2020-09-051-0/+0
| | | Displays the README when in the ranger folder (clicking = bloat)
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-08-284-6/+7
|\
| * right clicking on nettraf now opens bmon (bandwidth monitor) (#681)LordRusk2020-08-271-0/+1
| |
| * Exit codes, stderr suppression, minor edits (#788)anntnzrb2020-08-271-4/+4
| | | | | | | | | | | | | | | | This is a re-attempt of #643 - `[ "$archive" = "" ]` may be replaced with `[ -z "$archive" ]` - added exit codes - upon entering `ext -c` with no arguments stderr will be thrown from readlink, should be suppressed
| * Improve rotdir script (#789)build2stone2020-08-271-1/+1
| | | | | | Now doesn't interpret file name as regex pattern.
| * add videos.lukesmith.xyz to linkhandler script (#792)Kierán Meinhardt2020-08-271-1/+1
| | | | | | since mpv can handle peertube videos, it would be best to open video links in e. g. newsboat with mpv.
* | pulseaudio failsafe for brave/chromiumLuke Smith2020-08-281-0/+6
|/
* webcam doxLuke Smith2020-08-271-1/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-08-272-1/+2
|\
| * Reduce escape delay time in tmux (#802)Conrado Fonseca2020-08-261-0/+1
| |
| * Prevent user-defined aliases/commands checking (#785)anntnzrb2020-08-041-1/+1
| | | | | | | | #748 There's no stdout/stderr on this condition.
* | recommend git versionLuke Smith2020-08-271-1/+1
|/
* Merge branch 'master' of github.com:LukeSmithxyz/voidrice into masterLuke Smith2020-08-046-8/+11
|\
| * Let zathura use the normal clipboard (#757)Yacine2020-07-281-0/+1
| | | | | | | | Letting zathura use the standard clipboard by default makes using it more intuitive. We just have to select the zone to copy with our cursor and then it is directly usable with a CTRL-V in any windows.
| * Make kbselect independent from xkblayout-state (#775)M. Yas. Davoodeh2020-07-281-3/+3
| |
| * Mount CIFS share with read/write permissions (#776)Petar Tomić2020-07-281-2/+2
| |
| * redirect stdout to /dev/null (#772)Alexander Goussas2020-07-261-1/+1
| | | | | | | | | | | | | | * pacman -Qq outputs to stdout * redirect stdout to /dev/null as well Co-authored-by: Alexander Goussas <alexander@alexandergoussas.com>
| * sort and add src & dt (#768)Hekuran2020-07-261-1/+3
| | | | | | | | | | | | | | | | | | * sort and add src; dt I sorted them by category, so it isn't confusing, and also added `~/.local/src` & `~/.local/share`, and changed `~` for `$HOME`. * sort alphabetically sort alphabetically
| * Revert changes to dmenurecord (#774)Vlad Doster2020-07-261-2/+2
| | | | | | | | | | Seems that @drakenewell will need to provide more details about his issue. Someone commented that it broke for them which somewhat makes sense because alsa is lower level and might as well use it.
| * Fix dmenurecord breakage (#773)Vlad Doster2020-07-251-2/+2
| | | | | | | | | | | | | | * Fixes breakage Referencing issue * Missed an alsa reference
| * Improved latency in camtoggle script (#766)Yunus Kahveci2020-07-161-1/+1
| | | | | | After I had 2 seconds of latency with this script on my machine, I decided to improve it using an article from the arch wiki (https://wiki.archlinux.org/index.php/Webcam_setup#mpv)
* | use default location for calcurse; close #787Luke Smith2020-08-041-1/+1
| |
* | revertion to fix #763Luke Smith2020-07-171-1/+1
|/
* Merge branch 'elliotslab-lf-patch'Luke Smith2020-07-163-6/+6
|\
| * simplified, use setbgLuke Smith2020-07-161-6/+3
| |
| * update bulkrename to B, add setwallpaper shotcutElliotslab2020-07-161-1/+4
| |
| * add-sudo-to-mkdir (#761)Petar Tomić2020-07-131-1/+1
| |
| * Update .zprofile (#758)jamazi2020-07-131-1/+1
|/ | | Remove trailing slash from local bin directories in PATH
* Merge branch 'master' of gitlab.com:LukeSmithxyz/voidriceLuke Smith2020-07-101-0/+1
|\