1
0
Fork 0
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:
Dave Davenport 2016-11-14 17:02:20 +01:00
parent d22920fd5e
commit 0a70d73d82
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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