Skip to content

Commit

Permalink
update i3 init script
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Jun 26, 2018
1 parent 4af1d98 commit bd1c749
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiles/base/bin/init_i3.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
i3-msg "workspace 1; append_layout $HOME/.i3/w1_layout.json"
i3-msg "workspace 2; append_layout $HOME/.i3/w2_layout.json"
i3-msg "workspace 1"
i3-msg "exec google-chrome-stable"
i3-msg "exec env LD_PRELOAD=/usr/lib/libcurl.so.3 /usr/bin/slack --disable-gpu"
i3-msg "exec env LD_PRELOAD=/usr/lib/libcurl.so.3 /usr/bin/slack"
i3-msg "exec intellij-idea-ultimate-edition"

0 comments on commit bd1c749

Please sign in to comment.