diff --git a/home/tmux.nix b/home/tmux.nix index 72e637a..08edf60 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -37,11 +37,11 @@ bind-key K confirm kill-server set -g renumber-windows on + set -g mouse on + # don't yank immediately when selecting text + set -g @yank_with_mouse off - # FILE: iceberg.tmux.conf - # REPO: https://github.com/gkeep/iceberg-dark - # MAINTAINER: gkeep - + # from https://github.com/gkeep/iceberg-dark set -g status-justify "centre" set -g status "on" set -g status-left-style "none" diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 1d180bb..f6bbaa2 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -94,6 +94,7 @@ anki trezorctl trezor-agent + q ]; programs.waybar.enable = true;