mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-26 03:14:41 +02:00
[rofi & sway] initial config & adjusted sway config
This commit is contained in:
parent
2fbc26d2de
commit
61dcf26a2c
5 changed files with 183 additions and 2 deletions
10
rofi/config.rasi
Normal file
10
rofi/config.rasi
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue