Add Rofi command and config
This commit is contained in:
parent
74fa1d9f1b
commit
8d6ce29c03
2 changed files with 21 additions and 0 deletions
|
@ -53,6 +53,11 @@ keys = [
|
|||
lazy.widget["keyboardlayout"].next_keyboard(),
|
||||
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
|
||||
Key(
|
||||
|
|
16
etc/skel/.config/rofi/config.rasi
Normal file
16
etc/skel/.config/rofi/config.rasi
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue