1
0

Added config for rofi on tokyo

Added sway keybind to filter windows
Updated installer script to handle new files
This commit is contained in:
2025-09-25 23:36:12 +01:00
parent ae69d852fe
commit 21758f9cc5
4 changed files with 209 additions and 8 deletions

40
config/rofi/tokyo.rofi Normal file
View File

@@ -0,0 +1,40 @@
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"