mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Improved gaps
This commit is contained in:
parent
49b49fc7bb
commit
8196c71d93
@ -73,8 +73,8 @@ bindsym $mod+space focus mode_toggle
|
|||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
set $inner 10
|
set $inner 16
|
||||||
set $outer 2
|
set $outer 0
|
||||||
gaps inner $inner
|
gaps inner $inner
|
||||||
gaps outer $outer
|
gaps outer $outer
|
||||||
smart_borders no_gaps
|
smart_borders no_gaps
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
configuration {
|
configuration {
|
||||||
modi: "window,run,ssh";
|
modi: "window,drun,ssh";
|
||||||
width: 30;
|
width: 30;
|
||||||
lines: 10;
|
lines: 10;
|
||||||
columns: 1;
|
columns: 1;
|
||||||
@ -44,14 +44,14 @@ configuration {
|
|||||||
/* separator-style: "dash";*/
|
/* separator-style: "dash";*/
|
||||||
/* hide-scrollbar: false;*/
|
/* hide-scrollbar: false;*/
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
/* fake-transparency: false;*/
|
fake-transparency: false;
|
||||||
/* dpi: -1;*/
|
/* dpi: -1;*/
|
||||||
/* threads: 0;*/
|
/* threads: 0;*/
|
||||||
/* scrollbar-width: 8;*/
|
scrollbar-width: 0;
|
||||||
/* scroll-method: 0;*/
|
scroll-method: 0;
|
||||||
/* fake-background: "screenshot";*/
|
/* fake-background: "screenshot";*/
|
||||||
/* window-format: "{w} {c} {t}";*/
|
/* window-format: "{w} {c} {t}";*/
|
||||||
/* click-to-exit: true;*/
|
click-to-exit: true;
|
||||||
/* show-match: true;*/
|
/* show-match: true;*/
|
||||||
theme: aqua;
|
theme: aqua;
|
||||||
/* color-normal: ;*/
|
/* color-normal: ;*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user