Minor changes after switching to the proper intel video driver

This commit is contained in:
Jesper Fussing Mørk 2018-08-30 10:54:35 +02:00
parent 705e455cd0
commit e8cabbd201
5 changed files with 12 additions and 7 deletions

View File

@ -140,6 +140,7 @@ ex ()
#Bash Completion for OC #Bash Completion for OC
source ~/.oc_completion.sh source ~/.oc_completion.sh
source ~/.alias_completion.sh
#Git Config #Git Config
GIT_PROMPT_ONLY_IN_REPO=1 GIT_PROMPT_ONLY_IN_REPO=1
@ -159,19 +160,22 @@ setxkbmap -option ctrl:nocaps
powerline-daemon -q powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1 POWERLINE_BASH_SELECT=1
. /usr/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh . /usr/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh
#Disable some CTRL for VIM commands #Disable some CTRL for VIM commands
bind -r '\C-s' bind -r '\C-s'
stty -ixon stty -ixon
stty -echoctl
#Paths #Paths
export M2_HOME=/home/jfm/Tools/apache-maven export M2_HOME=/home/jfm/Tools/apache-maven
export PATH=$PATH:$M2_HOME/bin export PATH=$PATH:$M2_HOME/bin:/home/jfm/Tools/openshift-origin-client/
export GIT_EDITOR=vim export GIT_EDITOR=vim
#Aliases #Aliases
alias oc="/home/jfm/Tools/openshift-origin-client/oc" #alias oc="/home/jfm/Tools/openshift-origin-client/oc"
alias ocdev="oc -n onboarding-dev"
alias octst="oc -n onboarding-test"
alias code="cd /home/jfm/Customers/TDC/Code/Onboarding" alias code="cd /home/jfm/Customers/TDC/Code/Onboarding"
alias dotfiles="cd /home/jfm/Repositories/dotfiles" alias dotfiles="cd /home/jfm/Repositories/dotfiles"
alias tdc="cd /home/jfm/Customers/TDC" alias tdc="cd /home/jfm/Customers/TDC"

View File

@ -4,8 +4,8 @@ ENV_FILE="/home/jfm/.i3/env"
/bin/cat <<EOM >$ENV_FILE /bin/cat <<EOM >$ENV_FILE
export LAPTOP="eDP-1" export LAPTOP="eDP-1"
export PRIMARY="DP-1-2" export PRIMARY="DP1-2"
export SECONDARY="DP-1-3" export SECONDARY="DP1-3"
export LDPI_PROFILE="default" export LDPI_PROFILE="default"
export HDPI_PROFILE="laptop" export HDPI_PROFILE="laptop"

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
xrandr --output eDP-1 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1-2 --primary --mode 1920x1080 --pos 2560x0 --rotate normal --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output DP-1-3 --mode 1680x1050 --pos 4480x0 --rotate normal --output DP-2 --off --output DP-1-1 --off xrandr --output eDP-1 --mode 2560x1440 --pos 0x0 --rotate normal --output DP1-2 --primary --mode 1920x1080 --pos 2560x0 --rotate normal --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output DP1-3 --mode 1680x1050 --pos 4480x0 --rotate normal --output DP-2 --off --output DP-1-1 --off

View File

@ -2,5 +2,5 @@
. ~/.i3/env . ~/.i3/env
i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json" i3-msg "workspace 1:Comms; append_layout ~/.i3/layouts/workspace1-comms.json"
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox https://chat.google.com https://messages.android.com https://mattermost.yousee.dk/tdcgroup/channels/onboarding" i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://www.toggl.com/app/timer https://mail.google.com/mail/u/0/#inbox https://calendar.google.com/calendar/r?tab=mc https://chat.google.com https://messages.android.com https://mattermost.yousee.dk/tdcgroup/channels/onboarding"
i3-msg "workspace 1:Comms; move workspace to output $LAPTOP" i3-msg "workspace 1:Comms; move workspace to output $LAPTOP"

View File

@ -3,6 +3,7 @@ filetype indent on
set encoding=utf-8 set encoding=utf-8
set clipboard=unnamed set clipboard=unnamed
set clipboard+=unnamedplus
set smartindent set smartindent
set shiftwidth=2 set shiftwidth=2
set tabstop=2 set tabstop=2