diff --git a/modules/gnome.nix b/modules/gnome.nix index 885827d..f3e46c6 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -47,6 +47,7 @@ in disable-user-extensions = false; enabled-extensions = [ "hidetopbar@mathieu.bidon.ca" + "pano@elhan.io" ]; favorite-apps = [ "org.gnome.Nautilus.desktop" @@ -140,6 +141,7 @@ in # GNOME Shell extensions home.packages = with pkgs; [ gnomeExtensions.hide-top-bar + gnomeExtensions.pano ]; }; } diff --git a/modules/tmux.nix b/modules/tmux.nix index be59d3e..421c81b 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -79,7 +79,7 @@ bind-key -T copy-mode-vi y if-shell 'command -v pbcopy' \ 'send-keys -X copy-pipe-and-cancel "pbcopy"' \ 'if-shell "test -n \"$WAYLAND_DISPLAY\"" \ - "send-keys -X copy-pipe-and-cancel \"wl-copy\"" \ + "send-keys -X copy-pipe-and-cancel \"wl-copy --foreground\"" \ "send-keys -X copy-pipe-and-cancel \"xclip -selection clipboard\""' bind-key -T copy-mode-vi r send-keys -X rectangle-toggle