mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Beguin work on the move command.
Stubbed method.
This commit is contained in:
		
							parent
							
								
									2139001c9f
								
							
						
					
					
						commit
						9ef866bfea
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -281,6 +281,11 @@ static bool cmd_focus_follows_mouse(struct sway_config *config, int argc, char *
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static bool cmd_move(struct sway_config *config, int argc, char **argv) {
 | 
				
			||||||
 | 
						sway_log(L_DEBUG, "move cmd stub called");//Stubbed method until I get back.
 | 
				
			||||||
 | 
						return true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static bool cmd_kill(struct sway_config *config, int argc, char **argv) {
 | 
					static bool cmd_kill(struct sway_config *config, int argc, char **argv) {
 | 
				
			||||||
	swayc_t *view = get_focused_container(&root_container);
 | 
						swayc_t *view = get_focused_container(&root_container);
 | 
				
			||||||
	wlc_view_close(view->handle);
 | 
						wlc_view_close(view->handle);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue