randomuser
667a3e7238
add program indicate
2021-05-11 21:39:39 -05:00
randomuser
b1b4086912
fix yt
2021-05-11 20:54:47 -05:00
randomuser
714b3bd408
changes to nws
2021-05-11 14:52:01 -05:00
randomuser
e1b91a53e1
update nws
2021-05-11 13:10:50 -05:00
randomuser
751bf87e06
fix 'connect'
2021-05-11 11:12:23 -05:00
randomuser
521ddd15ac
add ;; to case
2021-05-11 11:06:16 -05:00
randomuser
2dc9626006
add makefile
2021-05-11 11:03:20 -05:00
randomuser
d379e34aef
prelim script nws
2021-05-11 10:51:27 -05:00
randomuser
b2c8833a7f
add connect script
2021-05-11 10:37:58 -05:00
randomuser
215320b632
fix err() in yt
2021-05-11 07:19:45 -05:00
randomuser
2152272c43
add feature to sxhkd
2021-05-10 17:28:05 -05:00
randomuser
77fab4db44
switch to makefile
2021-05-10 17:27:15 -05:00
randomuser
1dc8f1eb41
add makefile
2021-05-10 17:20:47 -05:00
randomuser
5a07d9154f
add wallpapers
2021-05-10 17:19:25 -05:00
randomuser
c72d2f627d
initial commit
2021-05-10 17:16:09 -05:00
randomuser
cbb66c88a8
add urlhandler
2021-05-10 16:55:41 -05:00
randomuser
1e8c705afe
add installation script
2021-05-09 20:32:46 -05:00
randomuser
b9b6e09595
remove the spell directory, it's a pain
2021-05-09 19:27:21 -05:00
randomuser
74e2249c7e
add wyebadblock
2021-05-09 19:08:19 -05:00
randomuser
0e0db81238
add vimb sxhkd
2021-05-09 19:04:25 -05:00
randomuser
67c5391904
add sxrc
2021-05-09 18:53:52 -05:00
randomuser
9fa9749fe8
add bspwm
2021-05-09 18:52:30 -05:00
randomuser
4ad51ce885
init
2021-05-09 18:31:48 -05:00
Markus F.X.J. Oberhumer
4536f46cff
Mild const-correctness improvements.
...
Only touch a few things, the main focus is to
improve code readability.
2021-05-06 18:21:10 +02:00
randomuser
dba873a10d
add verbosity
2021-04-26 11:08:40 -05:00
randomuser
8ec60f8752
make the thing work for goodness sake
2021-04-26 11:07:35 -05:00
randomuser
2b715c6971
update scream
2021-04-26 10:59:31 -05:00
randomuser
d821090612
update yt
2021-04-26 10:59:12 -05:00
randomuser
4a26f5ef9f
update makefile
2021-04-26 10:58:46 -05:00
randomuser
d454a801de
add bspc support
2021-04-26 10:58:26 -05:00
Hiltjo Posthuma
9e68fdbcdb
fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
...
These are typically mapped in X11 to the side-buttons (backward/forwards) on
the mouse. A comparison of the button numbers in SGR mode (first field):
st old:
0 1 2 64 65 66 67 68 69 70
st new (it is the same as xterm now):
0 1 2 64 65 66 67 128 129 130
A script to test and reproduce it, first argument is "h" (on) or "l" (off):
#!/bin/sh
printf '\x1b[?1000%s\x1b[?1006%s' "$1" "$1"
for n in 1 2 3 4 5 6 7 8 9 10; do
printf 'button %d\n' "$n"
xdotool click "$n"
printf '\n\n'
done
2021-03-19 11:58:59 +01:00
randomuser
014ed77574
remove bug in err
2021-03-06 21:47:29 -06:00
randomuser
ce3431afa8
updates to yt
2021-03-06 21:40:23 -06:00
randomuser
1071d2c372
assorted updates
2021-02-16 22:59:36 -06:00
randomuser
55f62d3467
retab scream.c
2021-02-16 10:38:21 -06:00
randomuser
a2055f3deb
removing breaking section from disp and retab shime, yt
2021-02-16 10:31:48 -06:00
randomuser
1abf6914e9
more updates
2021-02-15 17:16:23 -06:00
randomuser
5dd0007c04
add some scripts
2021-02-15 12:02:09 -06:00
randomuser
cec737e0f8
add program for doing shouty caps
2020-12-31 18:24:47 -06:00
randomuser
89dcb1ec50
add scripts directory
2020-12-31 18:18:19 -06:00
randomuser
45a4320693
minor changes to yt
2020-12-20 13:59:30 -06:00
randomuser
f7e4897de8
add more functions to yt
2020-12-20 11:50:47 -06:00
randomuser
66ce84a309
add an alternate commandline youtube client
2020-12-20 11:40:05 -06:00
randomuser
0930e15efd
minor changes
2020-12-20 11:39:12 -06:00
randomuser
e74bd8604c
added shime
2020-12-19 19:03:47 -06:00
randomuser
5ebfec6678
add makefile
2020-12-13 14:10:20 -06:00
randomuser
e97c820f6c
replace README for man page
2020-12-13 13:55:55 -06:00
randomuser
9f91a08253
ttm.sh pastebin wrapper and battery script
2020-10-18 18:40:53 +00:00
Unixsys
2e8bd7c21c
README
2020-10-18 12:47:18 -05:00
Hiltjo Posthuma
4ef0cbd8b9
remove unused variable from previous patch
2020-10-18 11:18:03 +02:00