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:
parent
bedead5cda
commit
5185349b8c
@ -25,11 +25,11 @@ window:
|
|||||||
|
|
||||||
# Window padding (changes require restart)
|
# 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.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
padding:
|
padding:
|
||||||
x: 8
|
x: 15
|
||||||
y: 8
|
y: 15
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
VteTerminal,
|
VteTerminal,
|
||||||
TerminalScreen,
|
TerminalScreen,
|
||||||
vte-terminal {
|
vte-terminal {
|
||||||
padding: 8px;
|
padding: 1.3em;
|
||||||
}
|
}
|
||||||
|
@ -141,11 +141,11 @@ for_window [window_role="i3blocks-update-term"] floating enable
|
|||||||
for_window [window_role="i3blocks-clock-term"] floating enable
|
for_window [window_role="i3blocks-clock-term"] floating enable
|
||||||
for_window [title="^rofi$"] floating enable
|
for_window [title="^rofi$"] floating enable
|
||||||
|
|
||||||
new_window pixel 5
|
new_window none
|
||||||
new_float none
|
new_float none
|
||||||
|
|
||||||
gaps inner 7
|
gaps inner 12
|
||||||
gaps outer 2
|
gaps outer 4
|
||||||
|
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user