From 33b783b3d6b5fc08002619a7ce4d5f1515388293 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 1 Jan 2025 15:15:40 -0500 Subject: [PATCH] tmux config change and install q --- home/tmux.nix | 8 ++++---- home/yt/ytnix.nix | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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;