stuff
This commit is contained in:
@@ -49,6 +49,9 @@ static const absn_keybind keybinds[] = {
|
||||
{ ALT, XKB_KEY_j, cycle_focus, { .i = +1 } },
|
||||
{ ALT, XKB_KEY_k, cycle_focus, { .i = -1 } },
|
||||
|
||||
{ ALT | SHIFT, XKB_KEY_j, swap_focus, { .i = +1 } },
|
||||
{ ALT | SHIFT, XKB_KEY_k, swap_focus, { .i = -1 } },
|
||||
|
||||
{ ALT, XKB_KEY_f, toggle_fullscreen, { 0 } },
|
||||
|
||||
{ ALT, XKB_KEY_h, increase_master_count, { .i = +1 } },
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
void run(absn_server *server, const absn_arg *arg);
|
||||
|
||||
void kill_focus(absn_server *server, const absn_arg *arg);
|
||||
|
||||
void cycle_focus(absn_server *server, const absn_arg *arg);
|
||||
void swap_focus(absn_server *server, const absn_arg *arg);
|
||||
|
||||
void toggle_fullscreen(absn_server *server, const absn_arg *arg);
|
||||
|
||||
void increase_master_width(absn_server *server, const absn_arg *arg);
|
||||
|
||||
Reference in New Issue
Block a user