summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/tmuxcycleborder
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/tmuxcycleborder')
-rwxr-xr-xfedora/.local/bin/tmuxcycleborder7
1 files changed, 0 insertions, 7 deletions
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