diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2020-10-25 19:26:25 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2020-10-25 19:28:12 +0100 |
commit | a6fc18a1a41088258b4acd0217c892ab911e2bb1 (patch) | |
tree | f787cbb096c79d1b0c56da6c52372948cdf31f5a /config/rofi | |
parent | 697ffaa9f159120daa4a3bf2b1db3cc1c0c5b96f (diff) | |
download | dotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.tar.gz dotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.tar.bz2 dotfiles-a6fc18a1a41088258b4acd0217c892ab911e2bb1.zip |
Symlink mails and remaining home dotfiles
Diffstat (limited to 'config/rofi')
-rw-r--r-- | config/rofi/config.rasi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi new file mode 100644 index 0000000..6f5608e --- /dev/null +++ b/config/rofi/config.rasi @@ -0,0 +1,7 @@ +configuration { + modi: "window,run,combi"; + show-icons: true; + terminal: "termite"; + combi-modi: "window,run"; +} +@import "/usr/share/rofi/themes/fancy.rasi" |