From 31ba301a3dffd42411fb0d17c6b2123937e5bdc4 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@tngtech.com>
Date: Wed, 12 Feb 2025 08:52:46 +0100
Subject: [PATCH] update

---
 .config/Code - OSS/User/settings.json | 23 +----------------------
 .config/sway/config                   |  8 +-------
 .zshrc.local.local##hostname.pollux   |  2 +-
 3 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/.config/Code - OSS/User/settings.json b/.config/Code - OSS/User/settings.json
index 8384a1c..8a3b914 100644
--- a/.config/Code - OSS/User/settings.json	
+++ b/.config/Code - OSS/User/settings.json	
@@ -9,28 +9,7 @@
   "git.inputValidationLength": 100,
   "git.inputValidationSubjectLength": 100,
   "redhat.telemetry.enabled": false,
-  "sonarlint.connectedMode.connections.sonarqube": [
-    {
-      "serverUrl": "https://cq.bsh-sdd.com",
-      "connectionId": "https-cq-bsh-sdd-com-"
-    }
-  ],
   "workbench.colorTheme": "Atom One Dark",
-  "sonarlint.ls.javaHome": "/home/loherj/.sdkman/candidates/java/current",
-  "[typescriptreact]": {
-    "editor.defaultFormatter": "esbenp.prettier-vscode"
-  },
-  "[jsonc]": {
-    "editor.defaultFormatter": "esbenp.prettier-vscode"
-  },
-  "[typescript]": {
-    "editor.defaultFormatter": "esbenp.prettier-vscode"
-  },
-  "[json]": {
-    "editor.defaultFormatter": "esbenp.prettier-vscode"
-  },
-  "[javascript]": {
-    "editor.defaultFormatter": "esbenp.prettier-vscode"
-  },
   "continue.telemetryEnabled": false,
+  "continue.enableTabAutocomplete": true,
 }
diff --git a/.config/sway/config b/.config/sway/config
index fc7f909..e8832f1 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -39,11 +39,6 @@ input * {
     xkb_options grp:shifts_toggle
 }
 
-input 9011:26214:ydotoold_virtual_device {
-    xkb_layout "us"
-    xkb_variant ""
-}
-
 input 1386:212:Wacom_Bamboo_Pen_Pen map_to_output $secondary_monitor_identifier
 
 # ------------------------------------------------------------------------------
@@ -264,9 +259,8 @@ assign [app_id="^Slack$"]               $workspace8
 assign [class="^Element$"]              $workspace8
 assign [class="^discord$"]              $workspace8
 assign [class="^Aseprite$"]             $workspace9
-assign [app_id="^@joplin/app-desktop$"] $workspace9
 assign [app_id="^Electron$"]            $workspace9
-
+assign [app_id="^silverbullet$"]        $workspace9
 
 # ------------------------------------------------------------------------------
 # Floating windows
diff --git a/.zshrc.local.local##hostname.pollux b/.zshrc.local.local##hostname.pollux
index f640a1c..bafcc48 100644
--- a/.zshrc.local.local##hostname.pollux
+++ b/.zshrc.local.local##hostname.pollux
@@ -9,7 +9,7 @@ alias ts='watson log -dcj | watson2timesheet'
 # SilverBullet
 
 alias silverbullet-server='podman run -d --replace --restart unless-stopped --name silverbullet -p 4444:3000 -v $HOME/Dokumente/silverbullet:/space zefhemel/silverbullet'
-alias silverbullet='electron http://127.0.0.1:4444'
+alias silverbullet='electron $HOME/Development/other/silverbullet'
 
 # SDKMAN!
 export SDKMAN_DIR="$HOME/.sdkman"