diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-04-07 12:18:21 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-04-07 12:18:21 +0200 |
commit | af174aee615ad634cd457ee1c842d4aa89f3a59c (patch) | |
tree | 7d0688fb1b18f3d4d453b0e01a9d97e048ffae37 /bin | |
parent | 72c51052ac3b9bd9275b3710f543fe5da4ecbeca (diff) |
Improve vim syntax for colors
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/.local/bin/workspace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/.local/bin/workspace b/bin/.local/bin/workspace index b3fdfaa..36f09d4 100755 --- a/bin/.local/bin/workspace +++ b/bin/.local/bin/workspace @@ -8,7 +8,6 @@ workspaces=$(i3-msg -t get_workspaces | awk 'BEGIN { $0 !~ "^\\s*$" { gsub(/"/, "", $4) print $4, $6, $10 - }' | sort) act_on_container() { |