mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
c91f4eb45f
commit
85f334d312
3 changed files with 32 additions and 19 deletions
1
TODO
1
TODO
|
@ -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?)
|
||||||
|
|
|
@ -17,24 +17,35 @@
|
||||||
vadimcn.vscode-lldb
|
vadimcn.vscode-lldb
|
||||||
wakatime.vscode-wakatime
|
wakatime.vscode-wakatime
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings =
|
||||||
"editor.fontFamily" = "'Fira Code Light', monospace";
|
let
|
||||||
# "editor.fontLigatures" = true;
|
df = lang: formatter: {
|
||||||
"editor.formatOnSave" = false;
|
name = "[" + lang + "]";
|
||||||
"editor.indentSize" = 4;
|
value = {
|
||||||
"editor.tabSize" = 4;
|
"editor.defaultFormatter" = formatter;
|
||||||
"explorer.confirmDelete" = false;
|
};
|
||||||
"explorer.confirmDragAndDrop" = false;
|
};
|
||||||
"mesonbuild.buildFolder" = "build";
|
in {
|
||||||
"prettier.tabWidth" = 4;
|
"editor.fontFamily" = "'Fira Code Light', monospace";
|
||||||
"prettier.trailingComma" = "none";
|
# "editor.fontLigatures" = true;
|
||||||
"prettier.singleAttributePerLine" = false;
|
"editor.formatOnSave" = false;
|
||||||
"prettier.useEditorConfig" = true;
|
"editor.indentSize" = 4;
|
||||||
"telemetry.telemetryLevel" = "off";
|
"editor.tabSize" = 4;
|
||||||
"workbench.activityBar.iconClickBehavior" = "toggle";
|
"explorer.confirmDelete" = false;
|
||||||
"workbench.activityBar.location" = "bottom";
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"workbench.colorTheme" = "Catppuccin Frappé";
|
"mesonbuild.buildFolder" = "build";
|
||||||
"workbench.iconTheme" = "catppuccin-frappe";
|
"prettier.tabWidth" = 4;
|
||||||
};
|
"prettier.trailingComma" = "none";
|
||||||
|
"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";
|
||||||
|
} // builtins.listToAttrs [
|
||||||
|
(df "typescript" "esbenp.prettier-vscode")
|
||||||
|
(df "javascript" "esbenp.prettier-vscode")
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue