Fix bugs with rofi workspace modes
This commit is contained in:
parent
0c4ce3e936
commit
84c8f5097d
5 changed files with 16 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
configuration {
|
||||
cycle: false;
|
||||
modi: "drun,run,window:~/.config/rofi/window.sh,workspace:~/.config/rofi/workspace.sh";
|
||||
modi: "drun,run,workspace:~/.config/rofi/workspace.sh,workspacemove:~/.config/rofi/workspacemove.sh";
|
||||
font: "JetBrainsMono Nerd Font 14";
|
||||
location: 0;
|
||||
terminal: "alacritty";
|
||||
|
|
@ -11,8 +11,8 @@ configuration {
|
|||
drun-display-format: "{name}";
|
||||
display-drun: " Apps ";
|
||||
display-run: " Run ";
|
||||
display-window: " Window ";
|
||||
display-workspace: " Workspace ";
|
||||
display-workspacemove: " Move to Workspace ";
|
||||
}
|
||||
|
||||
@theme "tokyonight"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue