mirror of
				https://github.com/davatorium/rofi.git
				synced 2025-10-30 23:47:19 -04:00 
			
		
		
		
	[drun] Only pass path on launch, if one is set
This commit is contained in:
		
							parent
							
								
									19de3075e7
								
							
						
					
					
						commit
						baba41cbd2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -236,7 +236,9 @@ static gboolean drun_helper_eval_cb(const GMatchInfo *info, GString *res,
 | 
			
		|||
    case 'F':
 | 
			
		||||
    case 'u':
 | 
			
		||||
    case 'U':
 | 
			
		||||
      g_string_append(res, e->path);
 | 
			
		||||
      if (e->path) {
 | 
			
		||||
        g_string_append(res, e->path);
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
    // Unsupported
 | 
			
		||||
    case 'i':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue