mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
0c5c03049b
commit
10aed29944
2 changed files with 6 additions and 0 deletions
3
TODO
3
TODO
|
@ -28,6 +28,9 @@
|
||||||
[ ] alvr doesnt work :(
|
[ ] alvr doesnt work :(
|
||||||
[ ] Using clangd and gcc ??? Also clang-tools is atrociously big
|
[ ] Using clangd and gcc ??? Also clang-tools is atrociously big
|
||||||
[ ] Try getting `ultram4rine.vscode-choosealicense` (either locally via overlays and `buildVscodeMarketplaceExtension` or via <https://github.com/nix-community/nix-vscode-extensions>)
|
[ ] Try getting `ultram4rine.vscode-choosealicense` (either locally via overlays and `buildVscodeMarketplaceExtension` or via <https://github.com/nix-community/nix-vscode-extensions>)
|
||||||
|
[ ] 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] Get PulseAudio sound controls on polybar to work
|
||||||
[x] Add desktop switching to windows (context menu?)
|
[x] Add desktop switching to windows (context menu?)
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
mesonbuild.mesonbuild
|
mesonbuild.mesonbuild
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
skellock.just
|
skellock.just
|
||||||
|
vadimcn.vscode-lldb
|
||||||
wakatime.vscode-wakatime
|
wakatime.vscode-wakatime
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
@ -30,6 +31,8 @@
|
||||||
"prettier.singleAttributePerLine" = false;
|
"prettier.singleAttributePerLine" = false;
|
||||||
"prettier.useEditorConfig" = true;
|
"prettier.useEditorConfig" = true;
|
||||||
"telemetry.telemetryLevel" = "off";
|
"telemetry.telemetryLevel" = "off";
|
||||||
|
"workbench.activityBar.iconClickBehavior" = "toggle";
|
||||||
|
"workbench.activityBar.location" = "bottom";
|
||||||
"workbench.colorTheme" = "Catppuccin Frappé";
|
"workbench.colorTheme" = "Catppuccin Frappé";
|
||||||
"workbench.iconTheme" = "catppuccin-frappe";
|
"workbench.iconTheme" = "catppuccin-frappe";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue