Add Rofi command and config

This commit is contained in:
Aleksey Samoilov 2023-11-24 15:35:31 +04:00
parent 74fa1d9f1b
commit 8d6ce29c03
2 changed files with 21 additions and 0 deletions

View file

@ -53,6 +53,11 @@ keys = [
lazy.widget["keyboardlayout"].next_keyboard(), lazy.widget["keyboardlayout"].next_keyboard(),
desc="Next keyboard layout." desc="Next keyboard layout."
), ),
Key([mod], "d",
lazy.spawn("rofi -show combi -combi-modi 'drun,run' -terminal $term -ssh-command '{terminal} {ssh-client} {host} [-p {port}]' -run-shell-command '{terminal} {cmd}'"),
desc="Launch Rofi menu"
),
# Switch between windows # Switch between windows
Key( Key(

View file

@ -0,0 +1,16 @@
configuration {
show-icons: true;
}
* {
lightbg: #24273a;
background: #24273a;
lightfg: #8aadf4;
foreground: #cad3f5;
border-color: #8aadf4;
font: "Hack 12";
}
window {
border: 2;
}