Skip to content

Instantly share code, notes, and snippets.

@BernardNotarianni
Created December 28, 2015 11:31
Show Gist options
  • Save BernardNotarianni/6e466ed5c60f17e7e23c to your computer and use it in GitHub Desktop.
Save BernardNotarianni/6e466ed5c60f17e7e23c to your computer and use it in GitHub Desktop.
Create i3 projet layout
#!/usr/bin/env bash
# Load i3 windows layout
i3-msg "workspace 2; append_layout ~/.i3/cliptem.json"
# PDF reader for phoenix book
i3-msg "workspace 2; exec evince"
# Backlog
i3-msg "workspace 2; exec emacsclient -c ~/cliptem/cliptem/todo.org"
# Source code for project
i3-msg "workspace 2; exec emacsclient -c ~/cliptem/cliptem"
# Console to lauchn server
i3-msg "workspace 2; exec urxvt -cd /home/bernard/cliptem/cliptem"
# Browser to play with application
i3-msg "workspace 2; exec chromium --new-window http://localhost:4000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment