Renamed the flag when holding shift from run_in_term to mod_shift. This makes more sense as not all modes have a need for a run in term option
This commit is contained in:
@@ -79,7 +79,7 @@ void wofi_run_init() {
|
||||
}
|
||||
|
||||
void wofi_run_exec(const gchar* cmd) {
|
||||
if(wofi_run_in_term()) {
|
||||
if(wofi_mod_shift()) {
|
||||
wofi_write_cache(MODE, cmd);
|
||||
wofi_term_run(cmd);
|
||||
}
|
||||
|
Reference in New Issue
Block a user