1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Remove borders & increase padding/gaps

This commit is contained in:
Joe Groocock 2018-11-14 11:08:45 +00:00
parent bedead5cda
commit 5185349b8c
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
3 changed files with 7 additions and 7 deletions

View File

@ -25,11 +25,11 @@ window:
# Window padding (changes require restart)
#
# Blank space added around the window in pixels. This padding is not scaled
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 8
y: 8
x: 15
y: 15
# Window decorations
#

View File

@ -1,5 +1,5 @@
VteTerminal,
TerminalScreen,
vte-terminal {
padding: 8px;
padding: 1.3em;
}

View File

@ -141,11 +141,11 @@ for_window [window_role="i3blocks-update-term"] floating enable
for_window [window_role="i3blocks-clock-term"] floating enable
for_window [title="^rofi$"] floating enable
new_window pixel 5
new_window none
new_float none
gaps inner 7
gaps outer 2
gaps inner 12
gaps outer 4
focus_follows_mouse yes