mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
9087f7a23b
commit
0c8e877027
5 changed files with 21 additions and 3 deletions
4
TODO
4
TODO
|
@ -3,4 +3,6 @@
|
|||
[ ] Decide on an icon theme (flat-remix-icon-theme or pantheon.elementary-icon-theme?)
|
||||
[ ] Use XDG???
|
||||
[ ] 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)
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<command>kitty</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Dolphin">
|
||||
<item label="File Browser">
|
||||
<action name="Execute">
|
||||
<command>dolphin</command>
|
||||
<command>io.elementary.files</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="VSCodium">
|
||||
|
|
|
@ -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 = {
|
||||
enable = true;
|
||||
cursorTheme.name = "Posy's Cursor";
|
||||
|
|
|
@ -50,6 +50,9 @@
|
|||
openbox.enable = true;
|
||||
twm.enable = true;
|
||||
};
|
||||
desktopManager = {
|
||||
pantheon.enable = true;
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm = {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# system tools
|
||||
bat
|
||||
btop
|
||||
dconf-editor
|
||||
ffmpeg
|
||||
git
|
||||
gparted
|
||||
|
|
Loading…
Reference in a new issue