diff --git a/rofi/dot-config/rofi/config.rasi b/rofi/dot-config/rofi/config.rasi index e5978d1..e8755b6 100644 --- a/rofi/dot-config/rofi/config.rasi +++ b/rofi/dot-config/rofi/config.rasi @@ -1 +1,14 @@ +configuration { + modes: [ combi ]; + combi-modes: [ window, drun, run ]; +} + @theme "/usr/share/rofi/themes/Monokai.rasi" + +/* Insert theme modifications after this */ + +element { + orientation: horizontal; + children: [ element-text, element-icon ]; + spacing: 5px; +} diff --git a/rofi/dot-config/rofi/themes/.gitkeep b/rofi/dot-config/rofi/themes/.gitkeep new file mode 100644 index 0000000..e69de29