mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
Merge branch 'master' of https://github.com/mastermindzh/dotfiles
This commit is contained in:
commit
2f7386216c
@ -86,7 +86,7 @@ alias gitremovelocalbranches='git branch --merged | egrep -v "(^\*|master|dev)"
|
|||||||
alias untangle-line-endings='find ./ -type f -exec dos2unix {} \;'
|
alias untangle-line-endings='find ./ -type f -exec dos2unix {} \;'
|
||||||
|
|
||||||
# development
|
# development
|
||||||
alias chromecors='google-chrome-stable --disable-web-security --user-data-dir=".chrome-unsafe"'
|
alias chromecors='google-chrome-stable --disable-web-security --user-data-dir="~/.chrome-unsafe"'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DVI-D-0 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-I-1 --off --output DVI-I-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-0 --off
|
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DVI-D-0 --off
|
||||||
|
Loading…
Reference in New Issue
Block a user