Patched dwl + Remove Rofi Modes from Default Window

- Remove extra rofi modes in default window
- Apply a bunch of patches to dwl
This commit is contained in:
Sravan Balaji
2024-09-22 21:12:25 -04:00
parent 0c21ce09be
commit be49092704
3 changed files with 3 additions and 3 deletions

View File

@@ -1990,7 +1990,7 @@ main $@
#+BEGIN_SRC css :tangle rofi/.config/rofi/config.rasi #+BEGIN_SRC css :tangle rofi/.config/rofi/config.rasi
configuration { configuration {
modi: "window,drun,combi,run,clipboard:greenclip print,ssh"; modi: "combi";
/* width: 50;*/ /* width: 50;*/
/* lines: 15;*/ /* lines: 15;*/
/* columns: 1;*/ /* columns: 1;*/

View File

@@ -1,5 +1,5 @@
configuration { configuration {
modi: "window,drun,combi,run,clipboard:greenclip print,ssh"; modi: "combi";
/* width: 50;*/ /* width: 50;*/
/* lines: 15;*/ /* lines: 15;*/
/* columns: 1;*/ /* columns: 1;*/