Skip to content

Instantly share code, notes, and snippets.

@lithid
Created September 18, 2012 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lithid/3744259 to your computer and use it in GitHub Desktop.
Save lithid/3744259 to your computer and use it in GitHub Desktop.
#xinitrc
#!/bin/sh
# Start shit with this
exec ck-launch-session dbus-launch openbox-session
#autostart
#
# These things are run when an Openbox X Session is started.
# You may place a similar script in $HOME/.config/openbox/autostart
# to run user-specific things.
(sleep 1 && exec tint2) &
(sleep 2 && exec parcellite) &
(sleep 3 && feh --bg-scale ~/.wallpaper.jpg) &
(sleep 4 && exec xset s off) &
(sleep 5 && exec xset -dpms) &
#terminator config[global_config]
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
window_state = hidden
handle_size = 1
tab_position = hidden
[keybindings]
[profiles]
[[default]]
use_system_font = False
background_darkness = 0.71
background_type = transparent
scrollbar_position = hidden
foreground_color = "#ffffff"
show_titlebar = False
font = Ubuntu Mono 10
allow_bold = False
scrollback_infinite = True
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[[ArchySetup]]
[[[child0]]]
position = 0:0
type = Window
order = 0
parent = ""
size = 1920, 1030
[[[child1]]]
labels = None, None
type = Notebook
order = 0
parent = child0
[[[child3]]]
position = 958
type = HPaned
order = 1
parent = child1
[[[child4]]]
position = 504
type = VPaned
order = 0
parent = child3
[[[child7]]]
position = 479
type = HPaned
order = 1
parent = child3
[[[child8]]]
position = 504
type = VPaned
order = 0
parent = child7
[[[child9]]]
position = 256
type = VPaned
order = 0
parent = child8
[[[terminal12]]]
profile = BlackWhite
type = Terminal
order = 1
parent = child8
[[[terminal11]]]
profile = default
type = Terminal
order = 1
parent = child9
[[[terminal10]]]
profile = default
type = Terminal
order = 0
parent = child9
[[[terminal13]]]
profile = default
type = Terminal
order = 1
parent = child7
[[[terminal2]]]
profile = None
type = Terminal
order = 0
parent = child1
[[[terminal5]]]
profile = default
type = Terminal
order = 0
parent = child4
[[[terminal6]]]
profile = default
type = Terminal
order = 1
parent = child4
[plugins]
#tint2config
# Tint2 config file
# Generated by tintwizard (http://code.google.com/p/tintwizard/)
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
# Background definitions
# ID 1
rounded = 5
border_width = 1
background_color = #4B4B4B 51
border_color = #757575 100
# ID 2
rounded = 5
border_width = 1
background_color = #131313 73
border_color = #5E85A6 100
# ID 3
rounded = 5
border_width = 1
background_color = #000000 28
border_color = #FFFFFF 31
# ID 4
rounded = 5
border_width = 1
background_color = #6A0000 100
border_color = #FB0808 100
# Panel
panel_monitor = all
panel_position = top center horizontal
panel_size = 75% 45
panel_margin = 0 3
panel_padding = 5 5 5
panel_dock = 0
wm_menu = 0
panel_layer = top
panel_background_id = 1
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 1
taskbar_active_background_id = 3
# Tasks
urgent_nb_of_blink = 999
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 44 34
task_padding = 5 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
# Task Icons
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 90 0 0
task_iconified_icon_asb = 70 0 0
# Fonts
task_font = Ubuntu Light 7
task_font_color = #FFFFFF 65
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 80
task_iconified_font_color = #FFFFFF 65
font_shadow = 0
# System Tray
systray = 1
systray_padding = 5 5 0
systray_sort = ascending
systray_background_id = 1
systray_icon_size = 32
systray_icon_asb = 70 0 0
# Clock
time1_format = %H:%M
time1_font = Ubuntu 24
clock_font_color = #FFFFFF 100
clock_tooltip = %A %d %B
clock_padding = 3 3
clock_background_id = 1
clock_rclick_command = orage
# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 3
tooltip_font = Ubuntu 22
tooltip_font_color = #FFFFFF 80
# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 98
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #FFFFFF 71
battery_padding = 1 0
battery_background_id = 0
# End of config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment