summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav Prasai <72694427+uint23@users.noreply.github.com>2025-06-06 23:45:31 +0100
committerGitHub <noreply@github.com>2025-06-06 23:45:31 +0100
commit161be8b6e0fa43910c866dc3e925f2d288283dc3 (patch)
tree5f49360bd6e23e30e0987bddd9e9293142a665f9 /src/defs.h
parentb0bf3e6250b767f2786f340b577df5f445f9d6aa (diff)
parent08c1543e60d82ca2bff0b3b1027c546ddff07ca3 (diff)
Merge pull request #77 from RickConsole/main
Add multi-monitor focus switching and window moving
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 53c7c6a..74af271 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -107,6 +107,10 @@ extern void close_focused(void);
extern void dec_gaps(void);
extern void focus_next(void);
extern void focus_prev(void);
+extern void focus_next_mon(void);
+extern void focus_prev_mon(void);
+extern void move_next_mon(void);
+extern void move_prev_mon(void);
extern void inc_gaps(void);
extern void move_master_next(void);
extern void move_master_prev(void);