sway: remove border and gaps

This commit is contained in:
Marco Thomas
2022-07-05 19:05:22 +02:00
parent ad0d2177ac
commit dc6849650f
8 changed files with 63 additions and 75 deletions

View File

@@ -50,16 +50,8 @@ set-option -g mouse on
set -g base-index 1
setw -g pane-base-index 1
# some styling
#set -g status-bg white
#set -g window-status-current-style "underscore, bold"
#set -g window-status-current-format "#I:#W"
#set -g window-status-format "#I:#W"
#set -g status-left " "
#set -g status-right "#S @ #h - %I:%M %p "
# styling
set -g status-position top
set -g pane-border-lines heavy
# generated, using https://github.com/edkolev/tmuxline.vim
set -g status-justify "left"