Struct/Conf: Remove useless var, add split toggle keybind (Alt-s)
This commit is contained in:
@@ -270,10 +270,9 @@ typedef struct
|
|||||||
/* Layout Structure */
|
/* Layout Structure */
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
Bool splitusegeo;
|
uint flags; /* Flags */
|
||||||
uint flags; /* Flags blibli */
|
|
||||||
Client *nc; /* New client needing integration */
|
Client *nc; /* New client needing integration */
|
||||||
Client ghost; /* Ghost client to arrange split */
|
Client ghost; /* Ghost client to arrange hole in split */
|
||||||
char *symbol;
|
char *symbol;
|
||||||
char *type;
|
char *type;
|
||||||
void (*func)(int screen);
|
void (*func)(int screen);
|
||||||
|
|||||||
5
wmfsrc
5
wmfsrc
@@ -430,8 +430,12 @@
|
|||||||
[key] mod = {"Super", "Shift"} key = "a" func = "client_screen_next" [/key]
|
[key] mod = {"Super", "Shift"} key = "a" func = "client_screen_next" [/key]
|
||||||
[key] mod = {"Super", "Shift"} key = "z" func = "client_screen_prev" [/key]
|
[key] mod = {"Super", "Shift"} key = "z" func = "client_screen_prev" [/key]
|
||||||
|
|
||||||
|
# Toggle tag explose
|
||||||
[key] mod = {"Alt"} key = "e" func = "toggle_tag_expose" [/key]
|
[key] mod = {"Alt"} key = "e" func = "toggle_tag_expose" [/key]
|
||||||
|
|
||||||
|
# Toggle split mode
|
||||||
|
[key] mod = {"Alt"} key = "s" func = "split_toggle" [/key]
|
||||||
|
|
||||||
# Focus next client with direction
|
# Focus next client with direction
|
||||||
[key] mod = {"Alt"} key = "h" func = "client_focus_left" [/key]
|
[key] mod = {"Alt"} key = "h" func = "client_focus_left" [/key]
|
||||||
[key] mod = {"Alt"} key = "l" func = "client_focus_right" [/key]
|
[key] mod = {"Alt"} key = "l" func = "client_focus_right" [/key]
|
||||||
@@ -455,7 +459,6 @@
|
|||||||
[key] mod = { "Super", "Control"} key = "j" func = "client_resize_bottom" cmd = "-20" [/key]
|
[key] mod = { "Super", "Control"} key = "j" func = "client_resize_bottom" cmd = "-20" [/key]
|
||||||
|
|
||||||
# unlisted fonctions that can be used in [key] func = ""
|
# unlisted fonctions that can be used in [key] func = ""
|
||||||
# client_focus_{right, left, top, bottom}
|
|
||||||
# client_ignore_tag # Toggle the client in ignore_tag (display the client on all tags)
|
# client_ignore_tag # Toggle the client in ignore_tag (display the client on all tags)
|
||||||
# tag_prev_sel # go back to the previous selected tag
|
# tag_prev_sel # go back to the previous selected tag
|
||||||
# tag_transfert_{next, prev}
|
# tag_transfert_{next, prev}
|
||||||
|
|||||||
Reference in New Issue
Block a user