Added sway keybind to filter windows Updated installer script to handle new files
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
configuration {
|
|
modi: "drun,window";
|
|
terminal: "footclient";
|
|
show-icons: true;
|
|
icon-theme: "Tela-circle";
|
|
fixed-num-lines: false;
|
|
location: 3;
|
|
drun-match-fields: "name,exec";
|
|
drun-display-format: "{name}";
|
|
display-drun: "Launch";
|
|
display-window: "Window";
|
|
threads: 2;
|
|
|
|
// Select items in the listview with 'Alt+n'
|
|
kb-select-1: "Alt+1";
|
|
kb-select-2: "Alt+2";
|
|
kb-select-3: "Alt+3";
|
|
kb-select-4: "Alt+4";
|
|
kb-select-5: "Alt+5";
|
|
kb-select-6: "Alt+6";
|
|
kb-select-7: "Alt+7";
|
|
kb-select-8: "Alt+8";
|
|
kb-select-9: "Alt+9";
|
|
kb-select-10: "Alt+0";
|
|
|
|
// We have to bind these otherwise rofi complains with an error saying 'Alt+n' is already
|
|
// bound, even though they are just using the defaults which I don't care about
|
|
kb-custom-1: "Super+1";
|
|
kb-custom-2: "Super+2";
|
|
kb-custom-3: "Super+3";
|
|
kb-custom-4: "Super+4";
|
|
kb-custom-5: "Super+5";
|
|
kb-custom-6: "Super+6";
|
|
kb-custom-7: "Super+7";
|
|
kb-custom-8: "Super+8";
|
|
kb-custom-9: "Super+9";
|
|
kb-custom-10: "Super+0";
|
|
}
|
|
|
|
@theme "tokyo"
|