Skip to content

Instantly share code, notes, and snippets.

@nejni-marji
Created August 12, 2019 22:36
Show Gist options
  • Save nejni-marji/86a0aee0f44dafb19ffe20c231db366c to your computer and use it in GitHub Desktop.
Save nejni-marji/86a0aee0f44dafb19ffe20c231db366c to your computer and use it in GitHub Desktop.
tmp
#!/bin/zsh
i3-msg 'workspace 1'
compton -b
sleep 0.1
# script runs i3-msg 'append_layout' and then opens some applications
~/Dotfiles/extras/i3wm/gen_wsmeta.zsh
sleep 1
i3-msg restart
# relevant section from config:
# exec_always zsh -c 'pkill compton ; sleep 0.1 ; compton -b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment