diff --git a/config/tofi/config b/config/tofi/config new file mode 100644 index 0000000..26c4664 --- /dev/null +++ b/config/tofi/config @@ -0,0 +1,22 @@ +# dmenu theme +anchor = top +width = 100% +height = 34 +horizontal = true +font-size = 16 +prompt-text = " run: " +outline-width = 0 +border-width = 0 +background-color = #000000 +min-input-width = 50 +result-spacing = 15 +padding-top = 1 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 + +# performance +font = "/home/inhji/.fonts/Inter-Regular.otf" +num-results = 10 +hint-font = false +late-keyboard-init = true \ No newline at end of file diff --git a/install-reform.conf.yaml b/install-reform.conf.yaml index c6fcf6b..a05429f 100644 --- a/install-reform.conf.yaml +++ b/install-reform.conf.yaml @@ -35,6 +35,10 @@ glob: true create: true path: config/helix/** + ~/.config/tofi: + glob: true + create: true + path: config/tofi/** ~/.config/lsd/config.yaml: create: true path: config/lsd/config.yaml