Merge branch 'master' of gitlab.com:severinkaderli/dotfiles

This commit is contained in:
Severin Kaderli 2019-07-15 16:42:52 +02:00
commit 911e20dbb4
12 changed files with 73 additions and 3 deletions

View file

@ -110,7 +110,6 @@ export PATH="${PATH}:${CARGO_HOME}/bin"
export PATH="${PATH}:${XDG_DATA_HOME}/npm/bin"
export PATH="${PATH}:${GOPATH}/bin"
export PATH="${PATH}:${GEM_HOME}/bin"
export PATH="${PATH}:${HOME}/.gem/ruby/2.6.0/bin"
export PATH="${PATH}:${XDG_CONFIG_HOME}/composer/vendor/bin"
export PATH="${HOME}/.local/bin:${PATH}"

View file

@ -0,0 +1,5 @@
<application>
<component name="DockerSettings">
<option name="dockerMachinePath" value="docker-machine" />
</component>
</application>

View file

@ -0,0 +1,9 @@
<application>
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="wholeWordsOnly" value="true" />
<option name="WHOLE_WORDS_ONLY" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
</component>
</application>

View file

@ -1,6 +1,7 @@
<application>
<component name="GeneralSettings">
<option name="confirmExit" value="false" />
<option name="searchInBackground" value="true" />
<option name="showTipsOnStartup" value="false" />
</component>
</application>

View file

@ -0,0 +1,5 @@
<application>
<component name="MarkdownApplicationSettings">
<MarkdownCssSettings />
</component>
</application>

View file

@ -0,0 +1,10 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" />
</configuration>
</remote-server>
</component>
</application>

View file

@ -43,7 +43,7 @@ module-margin = 2
modules-left = i3
modules-center =
modules-right = update gmail battery volume backlight vpn wlan ethernet date power
modules-right = update gmail battery battery2 volume backlight vpn wlan ethernet date power
tray-position = none
separator = |
@ -172,6 +172,10 @@ animation-charging-framerate = 500
interval = 5
poll-interval = 5
[module/battery2]
battery = BAT0
inherit = module/battery
##############################################################################
# Volume indicator #