Showing posts with label taskbar. Show all posts
Showing posts with label taskbar. Show all posts

Wednesday, February 4, 2015

Force quitting

Linux Tip!

Problem: Windows instincts kick in and you want to Ctrl+Alt+Del your way out of a crashed program... or porn. or crashed porn.

Solution: Bring up the "Run Dialog"; with default shortcuts that's Alt+F2. Type in "xkill", then Enter. This will make your cursor an "X" or something - use it to click on the misbehaving window (you can Alt+Tab to get to the appropriate window).

Note: If you click on the taskbar icon, it will just shutdown tint2. Restore the taskbar by typing "tint2" in the Run Dialog (Alt+F2).

Shortcut: You can bind the xkill command to a handy shortcut. Edit your OpenBox:
Main Menu > Settings > Openbox > edit rc.xml
Scroll to <keyboard> - add your fancy new shortcut. This one will bring up the xkill with Ctrl+Alt+Q.

 <!-- Keybindings by Emily -->  
   <keybind key="A-C-q">  
    <action name="Execute">  
     <startupnotify>  
      <enabled>true</enabled>  
      <name>XKill</name>  
     </startupnotify>  
     <command>xkill</command>  
    </action>  
   </keybind>  

Wednesday, June 18, 2014

Desktop naming

Problem: In the upper left hand corner there is a little number "1" in my taskbar. It's very boring and I only have one desktop - I don't need it numbered.

Solution: Main Menu > Settings > Openbox > GUI Config Tool -- Desktops > Desktop names, double click the name to edit.

I named mine "#!"

tint2 Transparency

Problem: The taskbar, at the top for me, was only transparent on the right side (clockside) and the middle and left portions of the taskbar were not the same opacity. I wanted to make the entire taskbar uniform in transparency.

Solution: Main Menu > Settings > tint2 > Edit config file.
Under "# Taskbar", the line "taskbar_active_background_id = 6" to 1, and success!

(see this post and the wiki for why)... the tl;dr is that the first 8 things in the tint2 config file are little "profiles" which get referenced by the different parts later. So further down in the code, my "taskbar_active_background_id" was asking for profile 6, which had high opacity, instead of profile 1.

Date & Time in tint2

Problem: I wanted the date in the upper righthand corner, dang it. And I had no idea what this tint2 thing was.
Solution: The clock can be changed in a lot of ways.
Main Menu > Settings > tint2 > edit config file
I currently have:
 # Clock  
 time1_format = %a %b %d @ %H:%M