update
This commit is contained in:
parent
d2abdc084c
commit
31ba301a3d
3 changed files with 3 additions and 30 deletions
|
@ -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,
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue