mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Fix wrong entry + CI.
This commit is contained in:
parent
91e2ecf212
commit
c200709838
2 changed files with 3 additions and 1 deletions
|
@ -96,6 +96,8 @@ rofi.scroll-method: 0
|
||||||
rofi.fake-background: screenshot
|
rofi.fake-background: screenshot
|
||||||
! "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" Set from: File
|
! "Window Format. w (desktop name), t (title), n (name), r (role), c (class)" Set from: File
|
||||||
rofi.window-format: w c t
|
rofi.window-format: w c t
|
||||||
|
! "Click outside the window to exit" Set from: Default
|
||||||
|
! rofi.click-to-exit: true
|
||||||
! "Pidfile location" Set from: File
|
! "Pidfile location" Set from: File
|
||||||
rofi.pid: /tmp/1000-runtime-dir/rofi.pid
|
rofi.pid: /tmp/1000-runtime-dir/rofi.pid
|
||||||
! "Paste primary selection" Set from: File
|
! "Paste primary selection" Set from: File
|
||||||
|
|
|
@ -190,7 +190,7 @@ static XrmOption xrmOptions[] = {
|
||||||
"Background to use for fake transparency. (background or screenshot)", CONFIG_DEFAULT },
|
"Background to use for fake transparency. (background or screenshot)", CONFIG_DEFAULT },
|
||||||
{ xrm_String, "window-format", { .str = &config.window_format }, NULL,
|
{ xrm_String, "window-format", { .str = &config.window_format }, NULL,
|
||||||
"Window Format. w (desktop name), t (title), n (name), r (role), c (class)", CONFIG_DEFAULT },
|
"Window Format. w (desktop name), t (title), n (name), r (role), c (class)", CONFIG_DEFAULT },
|
||||||
{ xrm_Boolean, "click-to-exit", { .num = &config.click_to_exit }, NULL,
|
{ xrm_Boolean, "click-to-exit", { .snum = &config.click_to_exit }, NULL,
|
||||||
"Click outside the window to exit", CONFIG_DEFAULT },
|
"Click outside the window to exit", CONFIG_DEFAULT },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue