diff options
Diffstat (limited to 'dotfiles/.local/bin/workspace')
-rwxr-xr-x | dotfiles/.local/bin/workspace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/workspace b/dotfiles/.local/bin/workspace index 749d77f..c41275f 100755 --- a/dotfiles/.local/bin/workspace +++ b/dotfiles/.local/bin/workspace @@ -29,7 +29,7 @@ fi displayw=$(swaymsg -rt get_outputs |\ jq --raw-output '.[] | select(.focused == true) | .rect.width') -sidebarw=30 +sidebarw=25 if [ $displayw -lt 2560 ]; then swaymsg "gaps inner current set 0; gaps outer current set 0" |