1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-04-03 18:14:15 +00:00
This commit is contained in:
Rae 5e 2024-12-16 23:00:45 -05:00
parent 9087f7a23b
commit 0c8e877027
5 changed files with 21 additions and 3 deletions

4
TODO
View file

@ -3,4 +3,6 @@
[ ] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?) [ ] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?)
[ ] Use XDG??? [ ] Use XDG???
[ ] Add Mousepad (xfce) maybe [ ] Add Mousepad (xfce) maybe
[ ] Make setting your wallpaper like. Global across everything because you
do it with hsetroot on Openbox startup but not anywhere else (minus
changing it with dconf)

View file

@ -11,9 +11,9 @@
<command>kitty</command> <command>kitty</command>
</action> </action>
</item> </item>
<item label="Dolphin"> <item label="File Browser">
<action name="Execute"> <action name="Execute">
<command>dolphin</command> <command>io.elementary.files</command>
</action> </action>
</item> </item>
<item label="VSCodium"> <item label="VSCodium">

View file

@ -134,6 +134,18 @@ in
}; };
}; };
dconf.settings = {
"net/launchpad/plank/docks/dock1" = {
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
};
"org/gnome/desktop/background" = {
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
};
"org/gnome/desktop/wm/preferences" = {
button-layout = ":minimize,maximize,close";
};
};
gtk = { gtk = {
enable = true; enable = true;
cursorTheme.name = "Posy's Cursor"; cursorTheme.name = "Posy's Cursor";

View file

@ -50,6 +50,9 @@
openbox.enable = true; openbox.enable = true;
twm.enable = true; twm.enable = true;
}; };
desktopManager = {
pantheon.enable = true;
};
}; };
displayManager = { displayManager = {
sddm = { sddm = {

View file

@ -4,6 +4,7 @@
# system tools # system tools
bat bat
btop btop
dconf-editor
ffmpeg ffmpeg
git git
gparted gparted