Skip to content

Instantly share code, notes, and snippets.

@lrvick
Created March 28, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrvick/34c1609700774e200679f743de33a282 to your computer and use it in GitHub Desktop.
Save lrvick/34c1609700774e200679f743de33a282 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Let GPG know about our current terminal
gpg-connect-agent updatestartuptty /bye
# Start compositor for faster rendering for terminals etc
compton &
# Set wallpaper
nitrogen --set-scaled ~/.wallpaper/yourcoolwallpaper.jpg
# Start terminal
kitty &
# Start Window manager
i3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment