diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-22 07:10:10 +0000 |
commit | 971bbb74a02f83650c8cd0550fb91886c4d460fe (patch) | |
tree | d0d56e38ba28ddf37866ceb6b275ff5de48a0e40 /files/old-config/rofi/config.rasi | |
parent | 749b69e71e0475bcf1f4d7067414f55f830c9e8d (diff) |
2nd initial commit
Diffstat (limited to 'files/old-config/rofi/config.rasi')
-rwxr-xr-x | files/old-config/rofi/config.rasi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/old-config/rofi/config.rasi b/files/old-config/rofi/config.rasi new file mode 100755 index 0000000..c835578 --- /dev/null +++ b/files/old-config/rofi/config.rasi @@ -0,0 +1,8 @@ +configuration { + modi: "window,drun,ssh,combi"; + font: "hack 10"; + combi-modi: "window,drun,ssh"; + } +@theme "~/.config/rofi/themes/Dmenu.rasi" + + |