From 537bfca0076ac4b948bccf406e5d412c5a1973c8 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 15 Aug 2022 13:49:38 +0200 Subject: [PATCH] update --- .config/Code - OSS/User/settings.json | 18 +++++++++++++++++- .config/sway/config | 3 +++ .config/sway/config.local##hostname.saiph | 5 +++++ .zshrc.local | 4 ++++ 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.config/Code - OSS/User/settings.json b/.config/Code - OSS/User/settings.json index f5ca2ec..c391bad 100644 --- a/.config/Code - OSS/User/settings.json +++ b/.config/Code - OSS/User/settings.json @@ -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 } \ No newline at end of file diff --git a/.config/sway/config b/.config/sway/config index e73c4af..6f96501 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.config/sway/config.local##hostname.saiph b/.config/sway/config.local##hostname.saiph index 6333433..e542f26 100644 --- a/.config/sway/config.local##hostname.saiph +++ b/.config/sway/config.local##hostname.saiph @@ -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 diff --git a/.zshrc.local b/.zshrc.local index 929c5cf..6e53fee 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -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" \ No newline at end of file