1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-21 21:23:44 -05:00
parent 0c5c03049b
commit 10aed29944
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 6 additions and 0 deletions

3
TODO
View file

@ -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 <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] Add desktop switching to windows (context menu?)

View file

@ -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";
};