Disabled caps lock - Added Workplace to comms window

This commit is contained in:
jfm 2018-05-16 13:38:54 +02:00
parent 66d69e608f
commit 781f6e16c8
2 changed files with 4 additions and 1 deletions

View File

@ -155,6 +155,9 @@ GIT_PS1_STATESEPARATOR=" "
source /usr/share/git/completion/git-prompt.sh
PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
#Disable CapsLock
setxkbmap -option ctrl:nocaps
#Paths
export M2_HOME=/home/jfm/Tools/apache-maven
export PATH=$PATH:$M2_HOME/bin

View File

@ -2,5 +2,5 @@
. ~/.i3/env
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://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com"
i3-msg "workspace 1:Comms; exec google-chrome-stable --no-default-browser-check --new-window https://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com https://tdcgroup.facebook.com/"
i3-msg "workspace 1:Comms; move workspace to output $SECONDARY"