This tmux alert system didn't work as nicely as I imagined
This commit is contained in:
@@ -418,7 +418,6 @@ prioritize_entries() {
|
||||
if (match(line, /Toggle workspace gaps/)) prio = 39
|
||||
if (match(line, /Toggle nightlight/)) prio = 40
|
||||
if (match(line, /Toggle locking/)) prio = 41
|
||||
if (match(line, /Jump to waiting Tmux pane/)) prio = 42
|
||||
if (match(line, /group/)) prio = 94
|
||||
if (match(line, /Scroll active workspace/)) prio = 95
|
||||
if (match(line, /Cycle to/)) prio = 96
|
||||
|
||||
Reference in New Issue
Block a user