dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0108e47a11ed6e8187d7b6fbb4c8b8d66a48bf9e
parent b78930e4508f907d24dc6211ceee21934e0ebbfd
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 25 Oct 2018 10:11:18 +0200

Update auto-launching programs

Diffstat:
Mlinks/.i3/config | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/links/.i3/config b/links/.i3/config @@ -310,5 +310,7 @@ exec --no-startup-id nm-applet #exec --no-startup-id i3-msg 'workspace 2; exec firefox; workspace 1; exec urxvt -e tmuxinator utility' #exec --no-startup-id i3-msg 'workspace 2; exec urxvt -e tmuxinator iddqd; workspace 1; exec urxvt -e tmuxinator utility' #exec --no-startup-id i3-msg 'workspace 1; exec urxvt -e tmuxinator utility; exec tor-browser.sh' -exec --no-startup-id i3-msg 'workspace 1; exec urxvt -e tmuxinator utility; exec torbrowser-launcher' -exec --no-startup-id i3-msg 'workspace 1; exec bash ~/bin/export_x_info.sh; exec mpd; exec xrdb ~/.Xresources' +#exec --no-startup-id i3-msg 'workspace 1; exec urxvt -e tmuxinator utility; exec torbrowser-launcher' +#exec --no-startup-id i3-msg 'workspace 1; exec bash ~/bin/export_x_info.sh; exec mpd; exec xrdb ~/.Xresources' +exec --no-startup-id i3-msg 'workspace 2; exec firefox' +exec --no-startup-id i3-msg 'workspace 1; exec urxvt -e tmux-utility.sh'