From 23cf9a91a254a02076e809b22ee34dd3314dcc84 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 14 Feb 2014 12:17:39 +0900 Subject: [PATCH] xprograms: add synapse --- conf/tint2rc | 4 ++-- xprograms | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/conf/tint2rc b/conf/tint2rc index b6d9fe1..c0f7dfb 100644 --- a/conf/tint2rc +++ b/conf/tint2rc @@ -24,7 +24,7 @@ border_color = #CCCCCC 40 # Panel panel_monitor = all panel_position = top center horizontal -panel_size = 100% 30 +panel_size = 95% 30 panel_margin = 0 0 panel_padding = 3 3 7 panel_dock = 0 @@ -115,4 +115,4 @@ battery_font_color = #FFFFFF 100 battery_padding = 1 0 battery_background_id = 0 -# End of config \ No newline at end of file +# End of config diff --git a/xprograms b/xprograms index 872816e..481218f 100755 --- a/xprograms +++ b/xprograms @@ -13,6 +13,10 @@ _tint2(){ (sleep 1s && tint2) & } +_synapse(){ + (sleep 1s && synapse --startup) & +} + _dropbox(){ dropboxd & # done by ~/.config/autostart/dropbox.desktop } @@ -47,6 +51,10 @@ _xcompmgr(){ xcompmgr -c & } +_compton(){ + compton -b +} + _saku(){ (cd ~/src/saku-3.11.1/ && python2 saku.py) & }