mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Add note about fullscreen avoider
This commit is contained in:
parent
c922e85afb
commit
072005e78c
@ -133,3 +133,9 @@ Open vault folder in obsidian and change the `.obsidian` folder in settings.
|
|||||||
## Wifi on Shivan
|
## Wifi on Shivan
|
||||||
|
|
||||||
Connect to wifi network with: `nmcli device wifi connect <SSID> password <password>`.
|
Connect to wifi network with: `nmcli device wifi connect <SSID> password <password>`.
|
||||||
|
|
||||||
|
## Gnome Extensions
|
||||||
|
|
||||||
|
The following extensions don't work from nixpkgs easily. For now install manually:
|
||||||
|
|
||||||
|
- [Fullscreen Avoider](https://extensions.gnome.org/extension/4362/fullscreen-avoider/)
|
||||||
|
@ -18,7 +18,10 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
|
gnome.gnome-tweaks
|
||||||
gnomeExtensions.focus-changer
|
gnomeExtensions.focus-changer
|
||||||
|
# TODO: Add back when fixed upstream
|
||||||
|
#gnomeExtensions.fullscreen-avoider
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable wayland gnome
|
# Enable wayland gnome
|
||||||
@ -53,6 +56,8 @@ in {
|
|||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"focus-changer@heartmire"
|
"focus-changer@heartmire"
|
||||||
|
"workspace-indicator@gnome-shell-extensions.gcampax.github.com"
|
||||||
|
"fullscreen-avoider@noobsai.github.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"org/gnome/mutter" = {
|
"org/gnome/mutter" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user