Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
5 changed files with 0 additions and 9 deletions
Showing only changes of commit 2ff063d95b - Show all commits

View file

@ -1,5 +1,3 @@
#!/bin/zsh
session_name=$1
tmux new-session -d -s $session_name
tmux switch-client -t $session_name

View file

@ -1,5 +1,3 @@
#!/bin/zsh
# Run fzf-tmux in the background and serialize the input
(
current_session=$(tmux display-message -p '#S')

View file

@ -1,5 +1,3 @@
#!/bin/zsh
source_pane=$(tmux display-message -p '#{pane_id}')
target_window=$1

View file

@ -1,4 +1,3 @@
#!/bin/zsh
# program blacklist
# program=$(
# ps -o comm= -t "$(tmux display-message -p '#{pane_tty}')" 2>/dev/null \

View file

@ -1,5 +1,3 @@
#!/bin/zsh
desired_state=$1
current_state=$(tmux show-environment -g @resize_mode 2>/dev/null | cut -d '=' -f 2)