diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/wofi/configs | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/wofi/configs')
| -rw-r--r-- | config/wofi/configs/config-default | 40 | ||||
| -rw-r--r-- | config/wofi/configs/config-gnome | 46 | ||||
| -rw-r--r-- | config/wofi/configs/config-plasma | 46 |
3 files changed, 132 insertions, 0 deletions
diff --git a/config/wofi/configs/config-default b/config/wofi/configs/config-default new file mode 100644 index 00000000..34109ee2 --- /dev/null +++ b/config/wofi/configs/config-default @@ -0,0 +1,40 @@ +## Wofi Config + +## General +show=drun +prompt=Apps +normal_window=true +layer=overlay +term=foot +columns=2 + +## Geometry +width=30% +height=30% +location=top_left +orientation=vertical +halign=fill +line_wrap=off +dynamic_lines=false + +## Images +allow_markup=true +allow_images=true +image_size=24 + +## Search +exec_search=false +hide_search=false +parse_search=false +insensitive=false + +## Other +hide_scroll=true +no_actions=true +sort_order=default +gtk_dark=true +filter_rate=100 + +## Keys +key_expand=Tab +key_exit=Escape diff --git a/config/wofi/configs/config-gnome b/config/wofi/configs/config-gnome new file mode 100644 index 00000000..d4ae53a1 --- /dev/null +++ b/config/wofi/configs/config-gnome @@ -0,0 +1,46 @@ +## Wofi Config + +## General +mode=drun,run +run-always_parse_args=true +show=drun +prompt=Apps +#normal_window=true +layer=overlay +term=foot +columns=1 +lines=15 + +## Geometry +height=20% +width=12% +location=top_left +xoffset=4 +yoffset=10 +orientation=vertical +halign=fill +line_wrap=off +dynamic_lines=false + +## Images +allow_markup=true +allow_images=true +image_size=24 + +## Search +exec_search=false +hide_search=false +parse_search=false +insensitive=false + +## Other +hide_scroll=false +no_actions=true +sort_order=default +gtk_dark=true +filter_rate=100 + +## Keys +key_expand=Tab +key_exit=Escape + diff --git a/config/wofi/configs/config-plasma b/config/wofi/configs/config-plasma new file mode 100644 index 00000000..185a1c78 --- /dev/null +++ b/config/wofi/configs/config-plasma @@ -0,0 +1,46 @@ +## Wofi Config + +## General +mode=drun,run +run-always_parse_args=true +show=drun +prompt=Apps +#normal_window=true +#layer=overlay +term=foot +columns=1 +lines=15 + +## Geometry +height=20% +width=14% +xoffset=10 +yoffset=-40 +location=bottom_left +orientation=vertical +halign=fill +line_wrap=off +dynamic_lines=false + +## Images +allow_markup=true +allow_images=true +image_size=24 + +## Search +exec_search=false +hide_search=false +parse_search=false +insensitive=false + +## Other +hide_scroll=false +no_actions=true +sort_order=default +gtk_dark=true +filter_rate=100 + +## Keys +key_expand=Tab +key_exit=Escape + |
