From ae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:42:50 +0900 Subject: updates --- fedora/.local/bin/tmuxcycleborder | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 fedora/.local/bin/tmuxcycleborder (limited to 'fedora/.local/bin/tmuxcycleborder') diff --git a/fedora/.local/bin/tmuxcycleborder b/fedora/.local/bin/tmuxcycleborder deleted file mode 100755 index ad2a430..0000000 --- a/fedora/.local/bin/tmuxcycleborder +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -case "$(tmux show-option -gqv pane-border-status)" in -"off") tmux set-option -g pane-border-status top ;; -"top") tmux set-option -g pane-border-status bottom ;; -"bottom") tmux set-option -g pane-border-status off ;; -esac -- cgit v1.2.3