commit 7d66e8aca3d493b7779003a1ea18f151fbd999ad parent cd835f8f546ece1ed0db8ceee63acda5dc232d99 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 2 Oct 2020 12:09:13 +0200 systems/hokkaido: remove duplicate dconf entry Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tasks.org | | | 12 | ++++++++++-- |
M | users/vincent/desktop/dconf.nix | | | 6 | ------ |
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/tasks.org b/tasks.org @@ -42,7 +42,11 @@ Using =mr= for this -** TODO Add gnome3 extensions +** DONE Add gnome3 extensions +CLOSED: [2020-10-02 Fri 12:05] +:LOGBOOK: +- State "DONE" from "TODO" [2020-10-02 Fri 12:05] +:END: - [-] pomodoro (fixing it ?) - [X] [[https://github.com/bjarosze/gnome-bluetooth-quick-connect][bluetooth quick connect]] @@ -54,7 +58,11 @@ - [X] sound-output-device-chooser - [-] transparent gnome panel -** TODO Enable bolt +** DONE Enable bolt +CLOSED: [2020-10-02 Fri 12:03] +:LOGBOOK: +- State "DONE" from "TODO" [2020-10-02 Fri 12:03] +:END: ** DONE gnome settings CLOSED: [2020-10-01 Thu 18:11] diff --git a/users/vincent/desktop/dconf.nix b/users/vincent/desktop/dconf.nix @@ -103,11 +103,5 @@ in mouse-sensitive = true; mouse-sensitive-fullscreen-window = false; }; - "org/gnome/shell/extensions/hidetopbar" = { - enable-active-window = false; - enable-intellihide = true; - mouse-sensitive = true; - mouse-sensitive-fullscreen-window = false; - }; }; }