Alois Mahdal
							
						 
						
							
								92b3e0303c
								
							 
						 
						
							Only display the Clementine bar on laptop screen 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								183057de2f
								
							 
						 
						
							Tune up theme settings 
							
							 
							
Used lxappearance(1) to choose the settings 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								91f20f4d1b
								
							 
						 
						
							Add window switcher menu 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								920a7df54f
								
							 
						 
						
							Replace broken hastebin Bash function 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e2c3993707
								
							 
						 
						
							Add `rbc` for `rebase --continue` 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								9ada2fa46f
								
							 
						 
						
							Add xvx() and xvvx() for quick clipboard editing 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e71dd754de
								
							 
						 
						
							Split snippet to make it readable and under 80 characters 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								05b3ede28d
								
							 
						 
						
							Add bandcamp to wish.ini 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a8ed2d50c1
								
							 
						 
						
							Add keys to navigate between outputs 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								45b9e697a0
								
							 
						 
						
							Use more informative function name 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								815641a15e
								
							 
						 
						
							Also keep some KDE options 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								dfd289f64b
								
							 
						 
						
							Make it GUI-compliant 
							
							 
							
GUI tool seem to remove whitespace so let them have their way 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								78ac9c219c
								
							 
						 
						
							Add slowradio.cz to bookmarks 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								3c351c41bb
								
							 
						 
						
							Add samharris.org to bookmarks 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								92becf3452
								
							 
						 
						
							Also disconnect/connect IRC on undocking/docking 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7c4e1e283d
								
							 
						 
						
							Turns out connect/disconnect work without specifying server 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fccec53bab
								
							 
						 
						
							Remove obsolete user configs 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								e1e744c483
								
							 
						 
						
							Add grepcl() for grepping common (IRC) chat logs 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								4b86814460
								
							 
						 
						
							Add 'nlfor()' for most common tr syntax ("something to newline') 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								f2c74e3bd8
								
							 
						 
						
							Move BMO config root into new XDG-ish place 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								c9398a5d2e
								
							 
						 
						
							Add 'ht' query for converting hostname to common HTTP URL 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								3ca5b1eeb2
								
							 
						 
						
							Clean up Vim swap settings 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								81ba59fc1f
								
							 
						 
						
							Improve vims() docstring 
							
							 
							
Most notably, add example of Vim configuration needed for the function
to work. 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fc1846114e
								
							 
						 
						
							Twiddle urgency settings 
							
							 
							
Because it's easier than Getting Things Done. 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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.) 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								6630311b16
								
							 
						 
						
							Add automatic detection if beakerlib logs 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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. 
							
							
						 
						8 年 前  
					 
				
					
						
							
							  
    							   Alois Mahdal 
							  
							
						 
						
							
								1bf841e8ed
								
							 
						 
						
							Add xfce4-terminal config 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								addaa352c7
								
							 
						 
						
							Add GTK+ config files 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								af26debb16
								
							 
						 
						
							Remove azzgoat config 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								aca643e6eb
								
							 
						 
						
							Replace `dt` alias with more powerfule functions 
							
							
						 
						8 年 前  
					 
				
					
						
							
							  
    							   Alois Mahdal 
							  
							
						 
						
							
								f6a25b711d
								
							 
						 
						
							Fix typo in context definition 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								a74565b0cc
								
							 
						 
						
							Add number marks to mark mode 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								8e7c52564f
								
							 
						 
						
							Use vim everywhere 
							
							 
							
How come I haven't set this years ago? 
							
							
						 
						8 年 前  
					 
				
					
						
							
							  
    							   Alois Mahdal 
							  
							
						 
						
							
								c9ffb46ccc
								
							 
						 
						
							Add alias for easy cloning of terminal window 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								8a1da0a896
								
							 
						 
						
							Add Greenish and AmigaOS colorschemes 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								800ddd1c9d
								
							 
						 
						
							Set kdiff3 as default GUI diff tool 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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. 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								ae16af7e5d
								
							 
						 
						
							Refresh i3status after bmo-kb 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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. 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   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. 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								5163fed580
								
							 
						 
						
							Avoid using /nick for better IRC etiquette 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								7598a2b51f
								
							 
						 
						
							Display keyboard layout using new i3status wrapper *i3staplus* 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								8d2d44306b
								
							 
						 
						
							Add syntax highlighter for Beakerlib's TESTOUT.log 
							
							
						 
						8 年 前  
					 
				
					
						
							
							  
    							   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? 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								fa6496a321
								
							 
						 
						
							Use shorter label for images 
							
							
						 
						8 年 前  
					 
				
					
						
							
								   Alois Mahdal
							
						 
						
							
								d7fdfb23e6
								
							 
						 
						
							Fix libvirt/images path 
							
							 
							
Has to match how it's defined in the order above. 
							
							
						 
						8 年 前  
					 
				
					
						
							
							  
    							   Alois Mahdal 
							  
							
						 
						
							
								04a122d051
								
							 
						 
						
							Update git submodules 
							
							
						 
						8 年 前