1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2025-01-22 22:50:51 -05:00
parent c91f4eb45f
commit 85f334d312
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 32 additions and 19 deletions

1
TODO
View file

@ -32,6 +32,7 @@
+- [ ] Click to focus doesnt work unless its on the titlebar for some reason +- [ ] Click to focus doesnt work unless its on the titlebar for some reason
+- [ ] Using shift instead of ctrl seems inconsistent but it appears that other applications use ctrl+alt+arrowkeys for their own purposes which IDK if i want to overwrite +- [ ] Using shift instead of ctrl seems inconsistent but it appears that other applications use ctrl+alt+arrowkeys for their own purposes which IDK if i want to overwrite
[ ] Download Slack !!NOW WWWW!!!!FUCKKKK [ ] Download Slack !!NOW WWWW!!!!FUCKKKK
[ ] Fix alt+tab switcher fonts and colors being fucked up
[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?)

View file

@ -17,7 +17,15 @@
vadimcn.vscode-lldb vadimcn.vscode-lldb
wakatime.vscode-wakatime wakatime.vscode-wakatime
]; ];
userSettings = { userSettings =
let
df = lang: formatter: {
name = "[" + lang + "]";
value = {
"editor.defaultFormatter" = formatter;
};
};
in {
"editor.fontFamily" = "'Fira Code Light', monospace"; "editor.fontFamily" = "'Fira Code Light', monospace";
# "editor.fontLigatures" = true; # "editor.fontLigatures" = true;
"editor.formatOnSave" = false; "editor.formatOnSave" = false;
@ -35,6 +43,9 @@
"workbench.activityBar.location" = "bottom"; "workbench.activityBar.location" = "bottom";
"workbench.colorTheme" = "Catppuccin Frappé"; "workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe"; "workbench.iconTheme" = "catppuccin-frappe";
}; } // builtins.listToAttrs [
(df "typescript" "esbenp.prettier-vscode")
(df "javascript" "esbenp.prettier-vscode")
];
}; };
} }

View file

@ -45,6 +45,7 @@
pantheon.elementary-gtk-theme # GTK theme designed to be smooth, attractive, fast, and usable pantheon.elementary-gtk-theme # GTK theme designed to be smooth, attractive, fast, and usable
# internet # internet
nicotine-plus # Graphical client for the SoulSeek peer-to-peer system nicotine-plus # Graphical client for the SoulSeek peer-to-peer system
slack # Desktop client for Slack
vesktop # Alternate client for Discord with Vencord built-in vesktop # Alternate client for Discord with Vencord built-in
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork) yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
# system tools # system tools