Browse Source

xprograms: add synapse

pull/1/head
10sr 10 years ago
parent
commit
23cf9a91a2
2 changed files with 10 additions and 2 deletions
  1. +2
    -2
      conf/tint2rc
  2. +8
    -0
      xprograms

+ 2
- 2
conf/tint2rc View File

@@ -24,7 +24,7 @@ border_color = #CCCCCC 40
# Panel # Panel
panel_monitor = all panel_monitor = all
panel_position = top center horizontal panel_position = top center horizontal
panel_size = 100% 30
panel_size = 95% 30
panel_margin = 0 0 panel_margin = 0 0
panel_padding = 3 3 7 panel_padding = 3 3 7
panel_dock = 0 panel_dock = 0
@@ -115,4 +115,4 @@ battery_font_color = #FFFFFF 100
battery_padding = 1 0 battery_padding = 1 0
battery_background_id = 0 battery_background_id = 0


# End of config
# End of config

+ 8
- 0
xprograms View File

@@ -13,6 +13,10 @@ _tint2(){
(sleep 1s && tint2) & (sleep 1s && tint2) &
} }


_synapse(){
(sleep 1s && synapse --startup) &
}

_dropbox(){ _dropbox(){
dropboxd & # done by ~/.config/autostart/dropbox.desktop dropboxd & # done by ~/.config/autostart/dropbox.desktop
} }
@@ -47,6 +51,10 @@ _xcompmgr(){
xcompmgr -c & xcompmgr -c &
} }


_compton(){
compton -b
}

_saku(){ _saku(){
(cd ~/src/saku-3.11.1/ && python2 saku.py) & (cd ~/src/saku-3.11.1/ && python2 saku.py) &
} }


Loading…
Cancel
Save