update
This commit is contained in:
parent
f7483e5ac1
commit
537bfca007
4 changed files with 29 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
"editor.renderControlCharacters": false,
|
||||
"editor.rulers": [
|
||||
80,
|
||||
100,
|
||||
120
|
||||
],
|
||||
"[javascript]": {
|
||||
|
@ -43,5 +44,20 @@
|
|||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"ltex.additionalRules.motherTongue": "de-DE",
|
||||
"latex-workshop.chktex.enabled": true,
|
||||
"explorer.confirmDelete": false
|
||||
"explorer.confirmDelete": false,
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"d.dubCompiler": "dmd",
|
||||
"d.stdlibPath": "auto",
|
||||
"d.dubPath": "/usr/bin/dub",
|
||||
"[glsl]": {
|
||||
"editor.defaultFormatter": "raczzalan.webgl-glsl-editor"
|
||||
},
|
||||
"git.inputValidationLength": 100,
|
||||
"git.inputValidationSubjectLength": 100,
|
||||
"latex-workshop.latex.recipe.default": "lastUsed",
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"[css]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"terminal.integrated.shellIntegration.enabled": false
|
||||
}
|
|
@ -237,6 +237,9 @@ bindsym XF86MonBrightnessDown exec xbacklight -5
|
|||
# ------------------------------------------------------------------------------
|
||||
assign [app_id="^Alacritty$"] $workspace1
|
||||
assign [class="^code-oss$"] $workspace2
|
||||
assign [app_id="^code-oss$"] $workspace2
|
||||
assign [class="^VSCodium$"] $workspace2
|
||||
assign [app_id="^codium$"] $workspace2
|
||||
assign [class="^jetbrains-idea$"] $workspace2
|
||||
assign [class="^jetbrains-idea-ce$"] $workspace2
|
||||
assign [class="^firefox$"] $workspace3
|
||||
|
|
|
@ -21,3 +21,8 @@ set $internal_monitor_identifier eDP-1
|
|||
|
||||
set $audio_out alsa_output.pci-0000_00_1b.0.analog-stereo
|
||||
set $audio_in alsa_input.pci-0000_00_1b.0.analog-stereo
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# gammastep
|
||||
# ------------------------------------------------------------------------------
|
||||
exec /usr/bin/gammastep-indicator
|
||||
|
|
|
@ -54,3 +54,7 @@ fi
|
|||
# SDKMAN!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ] && . "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||
|
||||
# Go
|
||||
export GOPATH="$HOME/Development/go"
|
||||
export PATH="$PATH:$HOME/Development/go/bin"
|
Loading…
Reference in a new issue