From d5e55aab6499a89e9dfaf5b976938bfe3e2f6aee Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 29 Nov 2015 11:57:19 -0300 Subject: Begin ef EWMH support and sticky movement The implementationn of the EWMH and ICCCM support is incomplete. I need to check how to implement on the right way. --- src/socket/parser.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/socket/parser.rs') diff --git a/src/socket/parser.rs b/src/socket/parser.rs index 0de0248..491c315 100644 --- a/src/socket/parser.rs +++ b/src/socket/parser.rs @@ -109,8 +109,11 @@ fn func<'a>(s: &'a str) -> Result { "exec" => Ok(exec), "move-win" => Ok(move_win), "move-win-to" => Ok(move_win_to), + "move-win-sticky" => Ok(move_win_sticky), "resize-win" => Ok(resize_win), "focus-next" => Ok(focus_next), + "close-win" => Ok(close_win), + "fullscreen" => Ok(fullscreen), "quit" => Ok(quit_dotwm), _ => Err("unknown function"), } -- cgit v1.2.3-70-g09d2