mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-07 17:33:14 -04:00
Change pid location to something more common in CI test.
This commit is contained in:
parent
d22920fd5e
commit
0a70d73d82
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ Global options:
|
|||
-[no-]show-match Indicate how it match by underlining it.
|
||||
True (Default)
|
||||
-pid [string] Pidfile location
|
||||
/tmp/1000-runtime-dir/rofi.pid (File)
|
||||
/tmp/rofi.pid (File)
|
||||
-kb-primary-paste [string] Paste primary selection
|
||||
Control+Shift+v,Shift+Insert (File)
|
||||
-kb-secondary-paste [string] Paste clipboard
|
||||
|
|
|
@ -99,7 +99,7 @@ rofi.window-format: w c t
|
|||
! "Indicate how it match by underlining it." Set from: Default
|
||||
! rofi.show-match: true
|
||||
! "Pidfile location" Set from: File
|
||||
rofi.pid: /tmp/1000-runtime-dir/rofi.pid
|
||||
rofi.pid: /tmp/rofi.pid
|
||||
! "Paste primary selection" Set from: File
|
||||
rofi.kb-primary-paste: Control+Shift+v,Shift+Insert
|
||||
! "Paste clipboard" Set from: File
|
||||
|
|
Loading…
Add table
Reference in a new issue