Skip to content

Instantly share code, notes, and snippets.

@yrcjaya
Created November 19, 2015 03:51
Show Gist options
  • Save yrcjaya/7b7aa5a90e9d07c23ffe to your computer and use it in GitHub Desktop.
Save yrcjaya/7b7aa5a90e9d07c23ffe to your computer and use it in GitHub Desktop.
My .profile
# Sublime text editor
alias subl="/opt/Sublime\ Text\ 3/sublime_text -n"
## Sublime text editor that doesn't fork
alias sublw="/opt/Sublime\ Text\ 3/sublime_text -n -w"
# Display extending
## Only laptop screen
alias display-laptop="xrandr --output VGA-1 --off"
## Extend to left monitor
alias display-extend-left="xrandr --output VGA-1 --mode 1920x1080 --left-of eDP-1"
## Extend to right monitor
alias display-extend-right="xrandr --output VGA-1 --mode auto --right-of eDP-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment