[rofi & sway] initial config & adjusted sway config

This commit is contained in:
Felix Buehler 2019-05-14 23:58:28 +02:00
parent 2fbc26d2de
commit 61dcf26a2c
5 changed files with 183 additions and 2 deletions

10
rofi/config.rasi Normal file
View file

@ -0,0 +1,10 @@
configuration {
modi: "drun,ssh";
lines: 10;
font: "Fira Sans Mono 18";
show-icons: true;
terminal: "alacritty";
icon-theme: "numix";
sort: true;
theme: "arc-dark";
}