Skip to content

Commit

Permalink
amd 124 current 2024-10-31 22:22:38 24.11.20241027.1443b51 6.6.58 *
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 1, 2024
1 parent 421e136 commit 110478e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
If You refer to this SIDEBAR (collapsed) and want to expand it or collapse it with a keyboard shortcut, then
set it in SETTINGS > KEYBOARD SHORTCUTS > go down to SIDEBAR ACTIONS > specify it at TOGGLE SIDEBAR.
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share
systemd.services.flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';

re is a workaround:
Right click in your sidebar => compact mode => hide sidebar
Then go to settings => keyboard shortcuts => toggle compact mode => assign a shortkey of your liking.
This way, you'll be able to hide the sidebar, by entering compact mode.
v

Toggle Sidebar's Width shortcut in the Other Zen Features section of the keyboard shortcuts

---
- firefox custom css
- add outer-margin to mako module
Expand Down
4 changes: 4 additions & 0 deletions hosts/services/flatpak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
};
packages = [
"io.github.zen_browser.zen"
"dev.tchx84.Gameeky"
"org.gnome.World.Iotas"
"im.bernard.Memorado"
"md.obsidian.Obsidian"
];
};
}

0 comments on commit 110478e

Please sign in to comment.