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
Alois Mahdal
fccec53bab
Remove obsolete user configs
7 years ago
Alois Mahdal
e1e744c483
Add grepcl() for grepping common (IRC) chat logs
7 years ago
Alois Mahdal
4b86814460
Add 'nlfor()' for most common tr syntax ("something to newline')
7 years ago
Alois Mahdal
f2c74e3bd8
Move BMO config root into new XDG-ish place
7 years ago
Alois Mahdal
c9398a5d2e
Add 'ht' query for converting hostname to common HTTP URL
7 years ago
Alois Mahdal
3ca5b1eeb2
Clean up Vim swap settings
7 years ago
Alois Mahdal
81ba59fc1f
Improve vims() docstring
Most notably, add example of Vim configuration needed for the function
to work.
7 years ago
Alois Mahdal
fc1846114e
Twiddle urgency settings
Because it's easier than Getting Things Done.
7 years ago
Alois Mahdal
ecbef1c1dc
Add newfeh (feh wrapper) to PrintScreen button
Because changing desktop background via shortcut is badass. (And using
PrintScreen for that is even clever.)
7 years ago
Alois Mahdal
6630311b16
Add automatic detection if beakerlib logs
7 years ago
Alois Mahdal
d9db4da860
Be smarter about terminal title icon
First, I'm not sure where I took the former icon, but it does not work
out of the bos on Fedora, so I decided to use another one rather than
try to find out.
Also when a system is accessed via SSH, it will use different
(fa-server) icon.
7 years ago
Alois Mahdal
1bf841e8ed
Add xfce4-terminal config
7 years ago
Alois Mahdal
addaa352c7
Add GTK+ config files
7 years ago
Alois Mahdal
af26debb16
Remove azzgoat config
7 years ago
Alois Mahdal
aca643e6eb
Replace `dt` alias with more powerfule functions
7 years ago
Alois Mahdal
f6a25b711d
Fix typo in context definition
7 years ago
Alois Mahdal
a74565b0cc
Add number marks to mark mode
7 years ago
Alois Mahdal
8e7c52564f
Use vim everywhere
How come I haven't set this years ago?
7 years ago
Alois Mahdal
c9ffb46ccc
Add alias for easy cloning of terminal window
7 years ago
Alois Mahdal
8a1da0a896
Add Greenish and AmigaOS colorschemes
7 years ago
Alois Mahdal
800ddd1c9d
Set kdiff3 as default GUI diff tool
7 years ago
Alois Mahdal
9a427e6ab4
Chromium bin is chromium-browser on Fedora
We can include both as bmo-sensible will only show installed, and
"chromium" bin is not on Fedora at all.
7 years ago
Alois Mahdal
ae16af7e5d
Refresh i3status after bmo-kb
7 years ago
Alois Mahdal
97b4705692
Remove obsolete attempt
I'm not sure if it even worked properly but I don't use moc anymore, so
better get rid of it.
7 years ago
Alois Mahdal
7e0d730bb9
Move i3status.conf a bit out of way
I must admit, this is mostly because tab-friendliness, which pretty much
explains why I'm moving i3status but not i3 itself.
7 years ago
Alois Mahdal
5163fed580
Avoid using /nick for better IRC etiquette
7 years ago
Alois Mahdal
7598a2b51f
Display keyboard layout using new i3status wrapper *i3staplus*
7 years ago
Alois Mahdal
8d2d44306b
Add syntax highlighter for Beakerlib's TESTOUT.log
7 years ago
Alois Mahdal
3beb63db18
Exchange layout switching keys (M-n vs. M-N)
Despite using this combination for several years, my brain seems to
think they are in opposite formation.
What could *possibly* go wrong if I switch them?
7 years ago