Luke Smith
1a37b0bc99
Merge branch 'patch-2' of https://github.com/ssnailed/voidrice into ssnailed-patch-2
2022-08-19 11:46:38 -04:00
snailed
e864d6f9f2
Texclear fix for directories with spaces ( #1169 )
...
Add double quotes to prevent splitting directory names with spaces
2022-08-16 12:25:21 +00:00
appeasementPolitik
9ff4910d4a
~/.consaved becomes ~/.config/cronsaved ( #1167 )
2022-08-15 15:25:16 +00:00
snailed
9e58677093
Fix bug with spaces in directory names ( #1166 )
...
Sorry for making another merge request here, but I realized that the command would fail if the filepath contained spaces. Adding quotation marks fixes this issue
2022-08-15 13:45:36 +00:00
Luke Smith
03bcbdb2ef
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-08-15 08:15:01 -04:00
Luke Smith
a68f80e4f8
close #1163
2022-08-15 08:14:15 -04:00
snailed
f9b5666a57
Better passing of filenames to shell scripts ( #1161 )
...
Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration.
2022-08-15 12:10:32 +00:00
snailed
d92287afe0
Parse tex root for more complex latex files
...
Allows parsing texroot comments so that you can compile a LaTeX document from outside of the document root, as long as it contains the usual magic comment format:
% !TEX root = doc.tex
2022-08-10 11:53:24 +00:00
Luke Smith
606905268f
libreoffice programs, close #1155
2022-08-05 08:38:22 -04:00
Luke Smith
38f41631f9
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-08-03 15:20:10 -04:00
Luke Smith
709795f42b
shortcuts fix
2022-08-03 15:19:27 -04:00
appeasementPolitik
f7839e8fd4
Change brave to librewolf in shell profile ( #1154 )
2022-08-03 12:40:52 +00:00
Luke Smith
4d597f945b
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-07-21 14:34:02 -04:00
Luke Smith
65c7da88ed
fix #1150
2022-07-21 14:33:35 -04:00
appeasementPolitik
946f2c4d1e
Restore startx command on boot ( #1147 )
2022-07-20 17:34:37 +00:00
Luke Smith
8f2810ac20
samedir now sd, libxft-bgra message removed
2022-07-19 17:04:17 -04:00
Arjun Karangiya
2a34af646c
killall needs full process name to work ( #1141 )
2022-07-12 18:02:44 +00:00
Luke Smith
77af528edf
setbg updates dwm colorscheme
2022-07-08 14:25:42 -04:00
Luke Smith
ae7fa347c2
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-07-08 13:02:08 -04:00
Luke Smith
9cfdaf901d
add font-awesome material if available
2022-07-08 13:01:53 -04:00
Rainer Wittmaack
f1e68ed533
move weatherreport to $XDG_CACHE_HOME ( #1140 )
2022-07-07 13:32:34 +00:00
appeasementPolitik
c20acc474f
Little optimizations ( #1138 )
2022-07-06 16:09:17 +00:00
i-c-u-p
f25687ad78
change if statement to case ( #1137 )
2022-07-05 21:40:16 +00:00
pony-montana
688ea20708
fix wireplumber ( #1134 )
...
As we see in the docs here: https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html#pipewire-conf we need to start wireplumber in replace of the old media session, not "wireplumber as server". (This is my first hecking commit ever !!!!!!!!!)
2022-07-04 02:27:18 +00:00
JC
e1a2dfccb0
Switch pipewire session manager to wireplumber ( #1133 )
2022-07-02 19:48:05 +00:00
Luke Smith
8cbd259bc1
Merge branch 'Secondarian-patch-1'
2022-07-01 21:30:19 -04:00
Luke Smith
f5725a6cd2
fix
2022-07-01 21:30:08 -04:00
Luke Smith
d21e975479
Merge branch 'patch-1' of https://github.com/Secondarian/voidrice into Secondarian-patch-1
2022-07-01 21:29:39 -04:00
Secondarian
395ec0d400
Regions for Germany
...
This lets you choose regions for Germany and get radar gifs from the national weather service instead of Sat24 which are way higher quality.
2022-07-01 23:26:58 +02:00
Luke Smith
a2827f76cb
don't use vimling
2022-06-28 16:41:36 -04:00
Luke Smith
035e1bcbbe
Merge branch 'Prof-Bloodstone-dmenumount-filter-parents'
2022-06-27 13:52:41 -04:00
Luke Smith
545355d138
Merge branch 'dmenumount-filter-parents' of https://github.com/Prof-Bloodstone/voidrice into Prof-Bloodstone-dmenumount-filter-parents
2022-06-27 13:52:18 -04:00
Luke Smith
bc67fd749c
Merge branch 'rsHalford-patch-1'
2022-06-27 13:25:13 -04:00
Luke Smith
02ed243b58
Merge branch 'patch-1' of https://github.com/rsHalford/voidrice into rsHalford-patch-1
2022-06-27 13:24:00 -04:00
Luke Smith
c9a91ef801
Merge branch 'windeb204-patch-4'
2022-06-27 13:09:53 -04:00
Luke Smith
c8a6455a67
if no arg, assume xclip contents, no -c
2022-06-27 13:09:49 -04:00
Luke Smith
b416dffafb
Merge branch 'patch-4' of https://github.com/windeb204/voidrice into windeb204-patch-4
2022-06-27 12:11:17 -04:00
Rokosun
f03efe97d9
fix bug in samedir script ( #1127 )
...
samedir didn't work properly when the shell was opened inside lf using the w keybinding, now its fixed.
2022-06-24 03:35:02 +00:00
Andrew
09ca9e57ac
Fix fzf select in lf ( #1126 )
...
Without double quotes, fzf-select fails when selecting a file whose path contains whitespace.
2022-06-17 16:36:14 +00:00
anntnzrb
bac8a110ec
Screenshot utility improvements (maimpick) ( #1114 )
...
* maimpick delay for proper screenshots
An extra delay is needed for {window, full}-screenshots to prevent the
dmenu prompt from showing; example attached.
As of this writing I'm thinking the delay may vary depending on several
factors, to name a few... dmenu patches, compositor animations, etc.
* refactor to extract commonly used commands
2022-06-15 15:04:32 +00:00
i-c-u-p
b63045a0c0
use "|" as sed delimiter if pattern has "/" ( #1118 )
...
removes the need for "/" to be escaped with a backslash
2022-06-15 15:03:25 +00:00
Luke Smith
6207180f7b
fix keyhandler
2022-06-10 07:54:49 -04:00
Luke Smith
e020416603
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-06-09 15:24:00 -04:00
Luke Smith
15b4de6cf2
lindypress.net rss feed added
2022-06-09 15:07:37 -04:00
krisdoodle45
6d0ad93751
Give linkhandler option to read from clipboard
2022-06-06 20:58:12 +02:00
David Delarosa
d283f12ef9
Use tmpfs for speed and I/O reduction ( #1122 )
2022-05-25 15:13:38 +00:00
Luke Smith
f70612800b
force suspend and hibernate
2022-05-21 14:40:59 -04:00
Luke Smith
fc6dc7b761
close #1115
2022-04-30 17:15:45 -04:00
Luke Smith
58b06ee021
booksplit faster, fix #919 , fix #943 , fix #954
2022-04-30 14:35:10 -04:00
Luke Smith
002f0deae3
autostarted x programs now dependent on wm, close #1041
2022-04-28 15:36:55 -04:00