diff --git a/TODO b/TODO index 630630f..c61dbaa 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,9 @@ [ ] alvr doesnt work :( [ ] Using clangd and gcc ??? Also clang-tools is atrociously big [ ] Try getting `ultram4rine.vscode-choosealicense` (either locally via overlays and `buildVscodeMarketplaceExtension` or via ) +[ ] Add openbox keybinds for defocusing/focusing + cycling windows and maybe swapping workspaces + +- [ ] Click to focus doesnt work unless its on the titlebar for some reason +[ ] Download Slack !!NOW WWWW!!!!FUCKKKK [x] Get PulseAudio sound controls on polybar to work [x] Add desktop switching to windows (context menu?) diff --git a/nixos/home/vscode.nix b/nixos/home/vscode.nix index 7c09924..e5c0658 100644 --- a/nixos/home/vscode.nix +++ b/nixos/home/vscode.nix @@ -14,6 +14,7 @@ mesonbuild.mesonbuild rust-lang.rust-analyzer skellock.just + vadimcn.vscode-lldb wakatime.vscode-wakatime ]; userSettings = { @@ -30,6 +31,8 @@ "prettier.singleAttributePerLine" = false; "prettier.useEditorConfig" = true; "telemetry.telemetryLevel" = "off"; + "workbench.activityBar.iconClickBehavior" = "toggle"; + "workbench.activityBar.location" = "bottom"; "workbench.colorTheme" = "Catppuccin Frappé"; "workbench.iconTheme" = "catppuccin-frappe"; };