Alois Mahdal
d2f06e29d9
Print color value along its name
7 years ago
Alois Mahdal
10f52005e7
Re-write with better style
No unnecessary globals, just one temp, main(), mkhtml() and mkcss()...
7 years ago
Alois Mahdal
6c7f5c4d0f
Make "graphic" logs more compact
7 years ago
Alois Mahdal
eb0c51ec23
Use .localdomain in localhost URLs
Some URL extractors (like uripecker, which I'm too lazy to fix now)
don'r "see" URLs without TLD. It's probably nicer to use fuller name
anyway (and use aliases only for SSH, where applicable).
7 years ago
Alois Mahdal
415135c38b
Keep number-like characters in comments for easier re-use
7 years ago
Alois Mahdal
8ddb7fe8a1
Remove unused marker bindings
7 years ago
Alois Mahdal
2cc24e8923
Keep tags at foreground color (as was actually meant)
7 years ago
Alois Mahdal
c8baa33b7e
Never really used vim-taskwarrior
7 years ago
Alois Mahdal
7f2e73392a
Moved items to a custom script
7 years ago
Alois Mahdal
dcb16bc0db
Keybase's GUI is getting usable, especially for Chat
7 years ago
Alois Mahdal
0240db1280
Turns out I do not use it that much
7 years ago
Alois Mahdal
9be2cae6f4
Add 'gdp' to faster google stuff around debian packaging
7 years ago
Alois Mahdal
29a20ff17d
Clean up
... there's just too much space.
7 years ago
Alois Mahdal
8db0bc528c
Add grepfx() to grep for technical debt (AKA #FIXMEs)
7 years ago
Alois Mahdal
b9776c73c3
Use Inconsolata at xfce4-terminal
7 years ago
Alois Mahdal
4965c76990
Re-implement run_hist with new bmo superpowers
The 'history' mode allows incrementally creating item list by typing
items directly to dmenu.
Also, stderr and stdout are now kept automatically for all menus.
7 years ago
Alois Mahdal
d76d3c2c51
Just use thunar always, forget about xdg-open
7 years ago
Alois Mahdal
e9d2335d7e
Update for Shellfu v0.10+
7 years ago
Alois Mahdal
b3fa34e06c
Add x4x() to just pad primary clipboard to C-c clipboard
7 years ago
Alois Mahdal
46e5e26731
czrates is dead, long live czkrates
7 years ago
Alois Mahdal
99b50c834b
Get me some Tao
But secretly the reason is to show off bmo-nag
7 years ago
Alois Mahdal
b99fee63fd
Add verbosity to my czrates script
7 years ago
Alois Mahdal
3bec32c47a
Ignore "se" and "sc" (slovnik.cz fast access script) again
7 years ago
Alois Mahdal
77e6ec94a9
Add mdvimb, to easily open Markdown files in vimb
7 years ago
Alois Mahdal
f4d2b44047
Current bmo-wish reads stdout by default
7 years ago
Alois Mahdal
4c1e2e0d9f
Add nljoin() for joining lines (reverse of nlfor())
7 years ago
Alois Mahdal
52c50e575c
Fix typo in nlfor() docstring
7 years ago
Alois Mahdal
a9cfa7447a
Now a Patreon I am
7 years ago
Alois Mahdal
bfa7452a4e
Add my Fedora COPR account
7 years ago
Alois Mahdal
e5a5eaa29d
Do not leave cache mess
7 years ago
Alois Mahdal
854a19af0b
Only display home free space
The rest is redundant. On a healthy system, / does not need to be
watched so closely and libvirt/images uses sparse files so the info is
not so accurate.
7 years ago
Alois Mahdal
16c15f0c56
Only pause if playing
The API is a bit misleading (and PlayPause is not implemented)
7 years ago
Alois Mahdal
92b3e0303c
Only display the Clementine bar on laptop screen
7 years ago
Alois Mahdal
183057de2f
Tune up theme settings
Used lxappearance(1) to choose the settings
7 years ago
Alois Mahdal
91f20f4d1b
Add window switcher menu
7 years ago
Alois Mahdal
920a7df54f
Replace broken hastebin Bash function
7 years ago
Alois Mahdal
e2c3993707
Add `rbc` for `rebase --continue`
7 years ago
Alois Mahdal
9ada2fa46f
Add xvx() and xvvx() for quick clipboard editing
7 years ago
Alois Mahdal
e71dd754de
Split snippet to make it readable and under 80 characters
7 years ago
Alois Mahdal
05b3ede28d
Add bandcamp to wish.ini
7 years ago
Alois Mahdal
48b0ccaa41
Add separate info bar for clementine
Note that the bar is disabled by default; you will need to enable it
on-demand somwhow. One possible way is wrapping clementine in a script
like this:
i3-msg bar mode dock clementine
/usr/bin/clementine
i3-msg bar mode invisible clementine
However, due to i3 limitation, this will not guarrantee that the main
bar will always end up in the very bottom of the screen. To work around
this:
i3-msg bar mode dock clementine
sleep 1
i3-msg bar mode invisible main
sleep 1
i3-msg bar mode dock main
/usr/bin/clementine
i3-msg bar mode invisible clementine
Or vote for i3 feature request to make this more predictable:
https://github.com/i3/i3/issues/2797
7 years ago
Alois Mahdal
a8ed2d50c1
Add keys to navigate between outputs
7 years ago
Alois Mahdal
45b9e697a0
Use more informative function name
7 years ago
Alois Mahdal
99d321fe03
Use DBus interface to pause clementine
The --pause option does not work in all versions:
https://bugzilla.redhat.com/show_bug.cgi?id=1348678
7 years ago
Alois Mahdal
815641a15e
Also keep some KDE options
7 years ago
Alois Mahdal
dfd289f64b
Make it GUI-compliant
GUI tool seem to remove whitespace so let them have their way
7 years ago
Alois Mahdal
78ac9c219c
Add slowradio.cz to bookmarks
7 years ago
Alois Mahdal
3c351c41bb
Add samharris.org to bookmarks
7 years ago
Alois Mahdal
92becf3452
Also disconnect/connect IRC on undocking/docking
7 years ago
Alois Mahdal
7c4e1e283d
Turns out connect/disconnect work without specifying server
7 years ago