summaryrefslogtreecommitdiff
path: root/.config/hypr/macros.m4
blob: f466f633af432b49685c5ed28e503ae3c94bedcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
changequote([,])

define(__submap, [
	bind = $modkey, $2, submap, $1
	submap = $1
	$3
	bind = , escape, submap, reset
	submap = reset
])

define(__subbind, [
	bind = , $1, exec, exec $2 2>/dev/null
	bind = , $1, submap, reset
])