Luke Smith
6d75bbdf8c
remaps run by remapd automatically on startup
2023-02-06 20:45:11 -05:00
Luke Smith
c55a896653
Merge branch 'ssnailed-master'
2023-02-06 18:19:20 -05:00
Luke Smith
136456e4fa
add comment, remove remaps from displayselect
2023-02-06 18:19:09 -05:00
Luke Smith
37d26eccd8
Merge branch 'master' of https://github.com/ssnailed/voidrice into ssnailed-master
2023-02-06 18:11:39 -05:00
Luke Smith
624effaa18
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2023-02-06 17:05:32 -05:00
Luke Smith
98ea4e0080
fix #1260 , more principled volume format
2023-02-06 17:05:16 -05:00
snailed
53a66c6254
Create remapd
...
This script will automatically run remaps when it detects a line in dmesg that contains "input:"
2023-02-06 21:15:02 +00:00
snailed
32a896ffdf
Make xprofile automatically start remapd
2023-02-06 21:11:01 +00:00
PrivateLalle
81456798ae
Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar ( #1259 )
...
* Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar
* Update sb-doppler
* Scandinavian countries listed
---------
Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
2023-02-06 18:28:08 +00:00
Luke Smith
070c613050
silent if file absent
2023-02-02 14:15:32 -05:00
Luke Smith
c923467663
add arkenfox updater wrapper
2023-02-02 12:05:33 -05:00
Luke Smith
3cee7b8844
update for name change
2023-02-01 13:32:50 -05:00
Luke Smith
6e2de6f4f6
remove firefox sync
2023-02-01 09:29:24 -05:00
Luke Smith
eb1e4357fa
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2023-01-28 12:03:34 -05:00
Luke Smith
9c74ccb955
reduce find depth for speed. shellcheck.
2023-01-28 12:03:25 -05:00
Amy
191d8617e2
remove adding newline ( #1257 )
...
eol is set on by default
2023-01-28 16:21:14 +00:00
appeasementPolitik
96f65d12de
Don't stop mounter script on ls error ( #1255 )
...
* Don't stop mounter script on ls error
If no decrypted LUKS drives are found, the script errors with `ls: cannot access '/dev/disk/by-id/dm-uuid-CRYPT-LUKS2-*': No such file or directory` and stops, this makes sure the error doesn't stop the script.
* True was on wrong line
2023-01-28 15:25:47 +00:00
Luke Smith
bc846c9ae9
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2023-01-27 19:16:36 -05:00
Luke Smith
f30078225e
resolve #1249
2023-01-27 19:16:27 -05:00
Sergei Kozyrev
f5ac77e719
check if kb_choice is empty in sb-kbselect ( #1243 )
2023-01-28 00:06:49 +00:00
Luke Smith
6d0c92ced0
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2023-01-27 17:34:56 -05:00
Luke Smith
2ca01a2886
usb/android/luks (un)mount scripts
...
to replace dmenumount and dmenuumount
2023-01-27 17:32:33 -05:00
Axel
9e433aa753
Update README.md ( #1254 )
...
Update link to dependency csv
2023-01-23 00:18:01 +00:00
Amy
6e75e3a3bf
add TERMINAL_PROG variable ( #1237 )
...
used in programs like `xtrace` (line 172 `/usr/bin/xtrace`)
2023-01-20 21:10:47 +00:00
Luke Smith
a7dc0d288d
Merge branch 'futureisfoss-patch-1'
2023-01-20 16:08:49 -05:00
Rokosun
1ccf88c099
Various bug fixes and improvements for sd script
...
* Programs that show ~/ or / instead of the actual working directory are now ignored by the script (except for zsh & lf where its correct). This will fix bugs where sd opens your home folder instead of the current working directory.
* This also removes the need for manually excluding all programs that don't show the correct cwd.
* git (and its sub-processes) will show the root of a repository instead of the actual cwd, so they're ignored too.
2023-01-20 19:44:36 +00:00
Luke Smith
ab8f99cb71
lax for logins
2023-01-19 12:50:17 -05:00
Luke Smith
a247e3e851
enable custom userChrome.js
2023-01-19 09:11:18 -05:00
Luke Smith
56b61ca1d5
add larbs user.js additions
2023-01-17 16:20:27 -05:00
Luke Smith
c8aa0495eb
record script changes
2023-01-15 08:30:21 -05:00
Luke Smith
9385a569fe
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2023-01-15 08:23:54 -05:00
Luke Smith
5c52bd6339
tweaks
2023-01-15 08:23:06 -05:00
Jameson
5c262da7c3
Fix markdown compiling ( #1247 )
2023-01-15 05:27:46 +00:00
Jameson
9068ccd66c
Use g instead of gg in zathura ( #1246 )
2023-01-15 05:27:25 +00:00
Jameson
588aeb9a1e
Use wpctl to change volume ( #1248 )
2023-01-15 05:26:57 +00:00
Adrian Wijaya
450745a467
fix epub preview not working ( #1238 )
2022-11-19 21:46:38 +00:00
Luke Smith
fa600f8ca7
fix #1233 and improve and cleanup mount scripts
2022-11-16 11:56:11 -05:00
Luke Smith
cffb196a45
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-11-16 11:24:35 -05:00
Luke Smith
d266ca3517
fix #1236
2022-11-16 11:23:03 -05:00
Gioele De Vitti
2361187598
Avoid expansion of file path containing spaces ( #1230 )
2022-11-16 16:15:57 +00:00
Luke Smith
ffb557119a
close #1234
2022-11-16 11:07:53 -05:00
Rokosun
0efa08107c
Improve sd script ( #1235 )
...
* Improve sd script
Now sd will also work on apps like mpv and zathura
* Fix sd script not working on firefox
2022-11-16 16:04:26 +00:00
Gioele De Vitti
d6616cf08b
Stop trapping SIGINT to allow further use of Ctrl+C once lfcd is closed ( #1231 )
...
* Avoid expansion of file path containing spaces
* Do not trap INT signal on lfcd
* Untrap to stop trapping once lfcd quit
* Revert "Avoid expansion of file path containing spaces"
This reverts commit edcccf8f1bb0eb283aa332dc3a2d2b431eb6d189.
* Trap SIGINT again
2022-11-11 17:38:57 +00:00
appeasementPolitik
75bc064a2f
Add youtube shorts to linkhandler ( #1226 )
2022-11-06 19:29:06 +00:00
i13e
4eeba15c0b
.profile
cleanup: remove redundant variables and programs (#1221 )
...
* Delete redundant text
XDG directories are already configured within this file, so having a fallback is unnecessary
* `Less` now supports XDG Base Directory spec (v590)
https://www.greenwoodsoftware.com/less/news.590.html
* `weechat` now supports XDG Base Directory spec
70cdf21681
* Formatting
* ALSA supports XDG Base Directory
https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.3
* Fix spacing
2022-10-31 16:11:57 +00:00
Luke Smith
eaf4c12ee2
fix #1219
2022-10-26 16:28:38 -04:00
Luke Smith
130e200da1
url update, add cont-us, non-wide char for doppler
2022-10-21 07:49:40 -04:00
Luke Smith
b95276922e
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
2022-10-17 09:10:13 -04:00
Luke Smith
d8b5f16c20
lf previews with gnome-epub-thumbnailer
2022-10-17 09:09:59 -04:00
Rokosun
cc7ac4619a
Make sd script work with lf file manager too ( #1212 )
...
Now sd script can open a terminal window in the same directory as the currently active lf file manager window
2022-10-15 01:25:19 +00:00