aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/tmux.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-09 19:43:34 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-06-09 19:43:34 +0000
commitf3b7a6a33588ad425de02c4b841df19f30733e44 (patch)
treeab6a8524350fda5868bf3f43187affbdb0895ce6 /modules/terminal/system/programs/tmux.nix
parenta45c4551712c1ba5cb82eaf290f311ab0e8690e4 (diff)
reorganize programs, move functions to library, and remove the rest of hyprland (all sway now)
Diffstat (limited to 'modules/terminal/system/programs/tmux.nix')
-rw-r--r--modules/terminal/system/programs/tmux.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/terminal/system/programs/tmux.nix b/modules/terminal/system/programs/tmux.nix
index b947d95..ecb5e21 100644
--- a/modules/terminal/system/programs/tmux.nix
+++ b/modules/terminal/system/programs/tmux.nix
@@ -143,13 +143,10 @@
run-shell "${scripts.bar}/bin/bar.sh"
# Sessions
- # set-hook -ag client-detached 'run-shell ${scripts.cleanSessions}/bin/clean-sessions.sh'
- # set-hook -ag client-session-changed 'run-shell ${scripts.cleanSessions}/bin/clean-sessions.sh'
+ set-hook -ag client-detached 'run-shell ${scripts.cleanSessions}/bin/clean-sessions.sh'
+ set-hook -ag client-session-changed 'run-shell ${scripts.cleanSessions}/bin/clean-sessions.sh'
bind-key -n C-f run-shell "${scripts.primeProjects}/bin/projects.sh"
- bind-key -n M-1 run-shell "${scripts.primeProjects}/bin/projects.sh ~/Music"
- bind-key -n M-2 run-shell "${scripts.primeProjects}/bin/projects.sh ~/Documents/brain2.0"
- bind-key -n M-3 run-shell "${scripts.primeProjects}/bin/projects.sh ~/nixos"
bind-key -n C-g display-popup -E -w 80% -h 80% -x C -y C -d "#{pane_current_path}" "${pkgs.lazygit}/bin/lazygit"
'';